2
0
mirror of https://github.com/boostorg/timer.git synced 2026-01-22 05:42:38 +00:00
Files
timer/index.htm

44 lines
1.8 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Boost Timer Library</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table border="1" bgcolor="#007F7F" cellpadding="2">
<tr>
<td bgcolor="#FFFFFF"><img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
<td><a href="../../index.htm"><font face="Arial" color="#FFFFFF"><big>Home </big></font></a></td>
<td><a href="../libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries </big></font></a></td>
<td><a href="../../people/people.htm"><font face="Arial" color="#FFFFFF"><big>People </big></font></a></td>
<td><a href="../../more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ </big></font></a></td>
<td><a href="../../more/index.htm"><font face="Arial" color="#FFFFFF"><big>More </big></font></a></td>
</tr>
</table>
<h1>Timer library</h1>
<p>The timer library supplies a timer class for measuring elapsed time, a
progress_timer class for reporting elapsed time, and a progress_display class
for displaying an indication of progress toward a goal.
<ul>
<li><a href="timer.htm">Documentation</a> (HTML).</li>
<li>Headers <a href="../../boost/timer.hpp">timer.hpp</a> and <a href="../../boost/progress.hpp">progress.hpp</a></li>
<li>Test program <a href="timer_test.cpp">timer_test.cpp</a></li>
<li>Implementation files&nbsp;<a href="timer.cpp">timer.cpp</a>, <a href="prg_display.cpp">prg_display.cpp</a>,
<a href="prg_timer.cpp">prg_timer.cpp</a>.</li>
<li>Download <a href="../../boost_all.zip"> all of Boost</a> (ZIP format).</li>
<li>Submitted by <a href="../../people/beman_dawes.html">Beman Dawes</a>.</li>
</ul>
<p>Revised July 23, 1999</p>
</body>
</html>