1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="Microsoft FrontPage 5.0"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 9<title>OSDumpStopwatch</title> 10</head> 11 12<body> 13 14<h1>OSDumpStopwatch</h1> 15 16<h2>C Specification</h2> 17 18<dl> 19<dd><pre><code>#include <revolution/os.h></code></pre> 20 </dd> 21<dd><pre><CODE>void OSDumpStopwatch(OSStopwatch* sw);</CODE></pre> 22 </dd> 23</dl> 24 25<h2>Arguments</h2> 26<TABLE border="1" cellpadding="3" cellspacing="0.1"> 27 <tr> 28<TD width="120" bgcolor="#ffffe8"><code><strong><em><STRONG><EM><CODE>sw</CODE></EM></STRONG></em></strong></code></TD> 29<TD width="520">Pointer to stopwatch to dump.</TD> 30 </tr> 31</TABLE> 32<h2>Return Values</h2> 33 34<p>None.</p> 35<H2>Description</H2> 36<P>Dumps the measurement result to the debug channel.</P> 37 38 39 40<h2>See Also</h2> 41 42<p><A href="../toc.html#Stopwatch" target="contents">Stopwatch Functions</A>, <code><a href="OSInitStopwatch.html">OSInitStopwatch</a></code>, <code><a href="OSStartStopwatch.html">OSStartStopwatch</a></code>, <code><a href="OSStopStopwatch.html">OSStopStopwatch</a></code>, <code><a href="OSCheckStopwatch.html">OSCheckStopwatch</a></code>, <code><a href="OSResetStopwatch.html">OSResetStopwatch</a></code></p> 43<H2>Revision History</H2> 44<P>2006/03/01 Initial version.</P> 45<hr> 46<P>CONFIDENTIAL</p> 47</BODY> 48</HTML>