Top "Cpu" questions

The central processing unit or "processor" inside a computer which executes the instructions in a computer program.

Get cpu info programmatically on android application

I found this code on the web: package com.exercise.AndroidCPUinfo; import java.io.BufferedReader; import java.io.File; import …

android logging cpu swipeview
How to get CPU temperature in Android

Sensor Type TYPE_TEMPERATURE has been deprecated [since Android 2.3] probably which was giving info about CPU temperature. Now we have …

android cpu temperature
Is assembly the only low level programming language, and if not is it the most widely used?

I've started learning assembly recently and as I've looked across the internet I see more and more people saying that …

assembly cpu performance machine-code popularity
Relation between CPU's clock speed and clock period

In this slide, things looks a little off to me. Clock cycle time or clock period, is already time required …

cpu cpu-architecture cpu-speed
How to derive the Peak performance in GFlop/s of Intel Xeon E5-2690?

I was able to find the theoretical DP peak performance 371 GFlop/s for the Xeon E5-2690 in this Processor …

performance cpu cpu-speed
How processor handles case of division by zero

Curious what the processor/CPU does in general or let say, on intel cpu & Linux, when it executes a …

operating-system signals cpu interrupt interrupt-handling
Compute max memory bandwidth of a processor

I'm reading this CPU specification: http://ark.intel.com/products/67356/Intel-Core-i7-3612QM-Processor-6M-Cache-up-to-3_10-GHz-rPGA It says the CPU has 2 …

memory cpu bandwidth
How many CPU cores has a heroku dyno?

I'm using Django with Celery 3.0.17 and now trying to figure out how many celery workers are run by default. From …

heroku cpu celery cpu-cores
C# CPU and GPU Temp

I'm in the process of creating a personal monitoring program for system performance, and I'm having issues figuring out how …

c# gpu cpu temperature
What are traps?

There are many different types of traps listed in processor datasheets, e.g. BusFault, MemManage Fault, Usage Fault and Address …

embedded cpu microcontroller processor hardware-traps