How CPU performance is measured ?
- From: "WahJava" <spamtrap@xxxxxxxxxx>
- Date: Tue, 19 Jul 2005 17:19:52 +0000 (UTC)
Hello comp.lang.asm.x86 hackers,
I want to know how CPU performance is measured on preemptive
multitasking OSs like Windows, Linux etc.
And how, an IA32 instruction like "jmp ." (jump on self) can take 100%
CPU resources. Since, in a pre-emptive multitasking system (round-robin
scheduling), each process is alloted equal time, and it is upto the
process what it execute in the time alloted (whether SSE instructions,
or MOV instruction or jump on self instructions). So, how this kind of
instruction forces CPU usage to go 100% (I've seen it in Task Manager
in Windows) ?
Thanx in advance,
Ashish Shukla alias Wah Java !!
Wah Java !!
.
- Follow-Ups:
- Re: How CPU performance is measured ?
- From: Alex McDonald
- Re: How CPU performance is measured ?
- From: Robert Redelmeier
- Re: How CPU performance is measured ?
- Prev by Date: EM64T how to switch from 64bit mode back to compatibility mode?
- Next by Date: Re: How CPU performance is measured ?
- Previous by thread: EM64T how to switch from 64bit mode back to compatibility mode?
- Next by thread: Re: How CPU performance is measured ?
- Index(es):
Relevant Pages
|