in reply to Timer implementation
real = sum( for all processes, p ){ user(p) + sys(p) };
Modern computer systems are "time share" systems so the one process you timed isn't the only process getting CPU time. In fact, in the "for all processes", you need to include "the idle 'process'".
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Timer implementation (time sharing)
by betterworld (Curate) on Sep 16, 2008 at 12:41 UTC | |
|
Re^2: Timer implementation (time sharing)
by bash (Scribe) on Sep 16, 2008 at 02:44 UTC |