Top "Processor" questions

A Processor incorporates the functions of a computer's central processing unit (CPU)

what is difference between Superscaling and pipelining?

Well looks too simple a question to be asked but i asked after going through few ppts on both. Both …

processor pipelining
How to get CPU usage statistics on Android?

I want to get the overall CPU usage on Android, similar to what Windows' Task Manager does. I can parse …

android cpu-usage processor performance-monitor
Determine word size of my processor

How do I determine the word size of my CPU? If I understand correct an int should be one word …

c processor word-size
django request in template

I've enabled the django request processor TEMPLATE_PROCESSORS = ( "django.core.context_processors.auth", "django.core.context_processors.debug", "django.core.…

django request processor
How do I know if my server has NUMA?

Hopping from Java Garbage Collection, I came across JVM settings for NUMA. Curiously I wanted to check if my CentOS …

linux jvm kernel processor numa
The query processor could not start the necessary thread resources for parallel query execution

What does this mean and how to solve. I am running multi threaded c# application and this error happens when …

c# multithreading resources processor
Using SSE instructions

I have a loop written in C++ which is executed for each element of a big integer array. Inside the …

c++ optimization assembly processor sse
C++ get Processor ID

This thread is ok. How to get Processor and Motherboard Id? I wanted to get processor ID using C++ code …

c++ windows processor
Get Total Number of Cores from a computer WITHOUT HyperThreading

This is a tough one. I need to use a command to output the exact number of cores from my …

windows processor hyperthreading cpu-cores
How to know if a binary integral number represents a negative number?

I am reading some C text. In the Negative and Positive Values session, the author mentioned several ways of representing …

c binary cpu-registers processor