The cpu-speed tag has no wiki summary.
1
vote
1answer
101 views
Whetstone CPU performance algorithm
I'm going to develop an application for android that uses the whetstone algorithm to measure CPU performance. I've chosen the Whetstone algorithm because my research tells me it's an appropriate way ...
0
votes
1answer
120 views
Java 32 Bits with PAE Kernel + SO 32 bits and CPF 64 Bits
I'm facing a problem in my application using JBOSS 4.2.3GA. We have approximately 20 users online and is usual the cpu run to 95%, 99%. We search for problem in application using jmeter and other ...
0
votes
1answer
218 views
MIPS Speedup Calculation
5 R-type instructions are to be executed on our original 5-stage (scalar) pipelined processor. There are no dependencies of any kind among the instructions.
If this same instruction sequence is ...
0
votes
0answers
276 views
Calculating Floating point Operations Per Second(FLOPS) and Integer Operations Per Second(IOPS)
I am trying to learn some basic benchmarking. I have a loop in my Java program like,
float a=6.5f;
int b=3;
for(long j=0; j<999999999; j++){
var = a*b+(a/b);
}//end of ...
0
votes
0answers
172 views
CPU frequency scaling on android device
What could be the reason that scaling_available_frequencies is missing on my Samsung galaxy S3 device? The installed kernel is Siyah kernel.
Regards
Shahzad
0
votes
0answers
47 views
How much processing power needed to measure bandwidth of 100 Mbps
I am planning for a device to test the IP bandwidth, packet loss and jitter. To measure a bandwidth of 100 mbps how much processor speed is needed? I want to use the iperf on my device.