Tagged Questions
1
vote
1answer
125 views
Clock frequency of the CPU & measuring time elapses
I wanted to know how much time "1ms sleep" takes.
Ran this quest in kernel module:
rdtscl(aj);
msleep(1);
rdtscl(b);
printk(KERN_INFO "Difference = %lu", (b-a));// Number of clock cycles consumed
...
0
votes
0answers
170 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
1answer
117 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 ...