2014-04-26 10:52:28 -04:00
|
|
|
wall time
|
|
|
|
|
2014-04-26 11:54:15 -04:00
|
|
|
n. (also wall clock time ) 1. Real world time (what the clock on the wall
|
|
|
|
shows), as opposed to the system clock's idea of time. 2. The real running
|
2014-07-26 03:53:53 -04:00
|
|
|
time of a program, as opposed to the number of ticks required to execute it
|
2014-04-26 11:54:15 -04:00
|
|
|
(on a timesharing system these always differ, as no one program gets all the
|
|
|
|
ticks, and on multiprocessor systems with good thread support one may get
|
|
|
|
more processor time than real time).
|