via CSAPP 1.Interval Counting The operating system maintains counts of the amount of user time and the amount of system time used by each process. When a timer interrupt occurs, the operating system determines which process was active and increments one of the counts for that process by the timer interval. It increments the system time if [...]
Posts Tagged ‘time’
How to measure program execution time?
Posted in Tech, tagged time on March 15, 2010 | Leave a Comment »