Wall-clock time: Difference between revisions
Appearance
Content deleted Content added
DanielMayer (talk | contribs) m Fixed Dead Link to Jargon File |
Bold merge to Elapsed real time following uncontested 2014 merge proposal; pages suggest essentially identical definitions, or sufficiently similar that they are best discussed together |
||
(24 intermediate revisions by 22 users not shown) | |||
Line 1: | Line 1: | ||
#REDIRECT [[Elapsed real time]] {{R from merge}} |
|||
{{Context|date=February 2008}} |
|||
{{Refimprove|date=March 2008}} |
|||
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 other words, it is the difference between the time at which a task finishes and the time at which the task started. |
|||
In computing, '''wall clock time'''<ref>[http://catb.org/jargon/html/enwiki/w/wall-time.html The New Hacker's Dictionary]</ref> can also mean the actual time taken by a computer to complete a task. It is the sum of three terms: CPU time, I/O time, and the communication channel delay (e.g. if data are scattered on multiple machines). In contrast to [[system time|CPU time]], which measures only the time during which the processor is actively working on a certain task, wall time measures the total time for the process to complete. The difference between the two consists of time that passes due to [[sleep (operating system)|programmed delays]] or waiting for resources to become available. |
|||
For programs executed in parallel, the CPU time will be the sum of CPU times devoted to the task by each CPU running it. In this case the wall time will be substantially reduced (it takes less perceived time to finish), whereas the total CPU time will remain equal to the one for serial execution (plus some overhead for parallelization). |
|||
Consider the example of a mathematical program that reports that it has used "CPU time 0m0.04s, Wall time 6m6.01s". This means that while the program was active for six minutes and six seconds, during that time the computer's processor spent only 4/100 of a second performing calculations for the program. |
|||
In the context of [[time zone]] calculations, wall clock time identifies the local time with any applicable adjustments for [[daylight saving time]]. The term provides a way to refer to a time without specifying standard time or daylight saving time. |
|||
== References == |
|||
<references/> |
|||
==See also== |
|||
*[[System time]] |
|||
[[Category:Time]] |
|||
{{compu-stub}} |
Latest revision as of 21:02, 11 July 2017
Redirect to:
- From a merge: This is a redirect from a page that was merged into another page. This redirect was kept in order to preserve the edit history of this page after its content was merged into the content of the target page. Please do not remove the tag that generates this text (unless the need to recreate content on this page has been demonstrated) or delete this page.
- For redirects with substantive page histories that did not result from page merges use {{R with history}} instead.