Top "Cpu" questions

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

How do I cap my framerate at 60 fps in Java?

I am writting a simple game, and I want to cap my framerate at 60 fps without making the loop eat …

java cpu frame-rate
Python - get process names,CPU,Mem Usage and Peak Mem Usage in windows

I am wanting to get a list of all the process names, CPU, Mem Usage and Peak Mem Usage. I …

python windows memory process cpu
Get CPU/GPU/memory information

I need to get any information about the CPU/GPU/memory.The number of cores, memory value, memory and cpu …

javascript memory webgl cpu gpu
How many registers are there in 8086/8088?

I took Computer Architecture course and I understood that processor has 32 registers each of 32 bit. Now I am studying computer …

x86 cpu cpu-registers microprocessors
What's the difference between conflict miss and capacity miss

Capacity miss occurs because blocks are being discarded from cache because cache cannot contain all blocks needed for program execution (…

caching cpu cpu-cache
What is a clock cycle and clock speed?

I have been reading a book about the Computer's Processor. And i came across some of the terms like clock …

cpu terminology clock processor
How to read cpu frequency on android device

Is there any Java API for that? How can I read this information.

android api cpu
What does multicore assembly language look like?

Once upon a time, to write x86 assembler, for example, you would have instructions stating "load the EDX register with …

assembly x86 cpu multicore smp
Getting CPU temperature using Python?

How do I retrieve the temperature of my CPU using Python? (Assuming I'm on Linux)

python cpu temperature
Whole one core dedicated to single process

Is there any way in Linux to assign one CPU core to a particular given process and there should not …

c linux linux-kernel cpu scheduling