Wall-clock time: Difference between revisions
Appearance
Content deleted Content added
Kinanfahham (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Succinctly stated, '''wall clock time''' is the human perception of the passage of time from the start to the completion of a task. In the context of a task being performed on a [[computer]], '''wall clock time''' or '''wall time''' is a measure of how much real [[time]] that elapses from start to end, including time that passes due to [[sleep (operating system)|programmed (artificial) delays]] or waiting for resources to become available. |
Succinctly stated, '''wall clock time''' is the human perception of the passage of time from the start to the completion of a task. In the context of a task being performed on a [[computer]], '''wall clock time''' or '''wall time''' is a measure of how much real [[time]] that elapses from start to end, including time that passes due to [[sleep (operating system)|programmed (artificial) delays]] or waiting for resources to become available. |
||
In the context of [[time zone]] calculations, ''' |
In the context of [[time zone]] calculations, '''wall clock time''' identifies the local time with any applicable adjustments for [[daylight saving time]]. It provides a way to refer to a time without specifying standard time or daylight saving time. |
||
In [[Computer architecture|Computer architecture and organization]] ,'''Wall Clock Time''' is related to three terms:<br /> |
|||
CPU time<br /> |
|||
IO time <br /> |
|||
Communication channel delay(if data were scattered on multiple machines)<br /> |
|||
''WCT = CPU time + IO time + Communication delay'' |
|||
==See also== |
==See also== |
||
*[[System time]] |
*[[System time]] |
Revision as of 21:54, 2 December 2007
Succinctly stated, wall clock time is the human perception of the passage of time from the start to the completion of a task. In the context of a task being performed on a computer, wall clock time or wall time is a measure of how much real time that elapses from start to end, including time that passes due to programmed (artificial) delays or waiting for resources to become available.
In the context of time zone calculations, wall clock time identifies the local time with any applicable adjustments for daylight saving time. It provides a way to refer to a time without specifying standard time or daylight saving time.