Top "Cpu-speed" questions

CPU speed determines how fast your process can perform tasks.

Finding out the CPU clock frequency (per core, per processor)

Programs like CPUz are very good at giving in depth information about the system (bus speed, memory timings, etc.) However, …

c++ cpu cpu-speed
How to compute the theoretical peak performance of CPU

Here is my cat /proc/cpuinfo output: ... processor : 15 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Xeon(R) …

performance cpu cpu-speed
How to detect android cpu speed?

I would like to detect how fast is the device on which my Android application is running? Is there any …

android performance detect cpu-speed
How can I programmatically find the CPU frequency with C

I'm trying to find out if there is anyway to get an idea of the CPU frequency of the system …

c cpu-speed
Is the inequality operator faster than the equality operator?

I know this is a micro-optimization, so I ask out of pure curiosity. Logically, a microprocessor does not need to …

optimization performance cpu-speed
Does multi-threading improve performance? How?

I hear everyone talking about how multi-threading can improve performance. I don't believe this, unless there is something I'm missing. …

multithreading performance cpu-speed
Android game loop, how to control speed and frame rate

I've written a game for Android, and I've tested it on the Dev Phone 1. It works perfectly, the speed is …

android cpu-speed
Detect current CPU Clock Speed Programmatically on OS X?

I just bought a nifty MBA 13" Core i7. I'm told the CPU speed varies automatically, and pretty wildly, too. I'd …

macos cpu clock cpu-speed
How are logarithms programmed?

Are they just figured out using the same mechanism as a linear search or is the range narrowed down somehow, …

algorithm math parallel-processing logarithm cpu-speed
How to keep CPU from 'sleeping' when screen is turned off in Android?

I have an application in which I am sending network data over WiFI. Everything is fine until I turn the …

android android-wifi cpu-speed throttling sleep-mode