JargonFile/original/html/W/wall-time.html
2014-03-27 18:54:56 +00:00

8 lines
2.1 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>wall time</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../W.html" title="W"/><link rel="previous" href="wall-follower.html" title="wall follower"/><link rel="next" href="wall-wart.html" title="wall wart"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">wall time</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="wall-follower.html">Prev</a> </td><th width="60%" align="center">W</th><td width="20%" align="right"> <a accesskey="n" href="wall-wart.html">Next</a></td></tr></table><hr/></div><dt><a id="wall-time"/><dt xmlns="" id="wall-time"><b>wall time</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> (also <span class="firstterm">wall clock time</span>) </p></dd><dd><p> 1. &#8216;Real world&#8217; time (what the clock on the wall shows),
as opposed to the system clock's idea of time. </p></dd><dd><p> 2. The real running time of a program, as opposed to the number of
<a href="../T/tick.html"><i class="glossterm">tick</i></a>s required to execute it (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).</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="wall-follower.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../W.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="wall-wart.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">wall follower </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> wall wart</td></tr></table></div></body></html>