Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/timer/index.html @ 33

Last change on this file since 33 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 2.0 KB
Line 
1<html>
2
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
6<meta name="ProgId" content="FrontPage.Editor.Document">
7<title>Boost Timer Library</title>
8</head>
9
10<body bgcolor="#FFFFFF" text="#000000">
11
12<table border="1" bgcolor="#007F7F" cellpadding="2">
13  <tr>
14    <td bgcolor="#FFFFFF"><img src="../../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
15    <td><a href="../../index.htm"><font face="Arial" color="#FFFFFF"><big>Home </big></font></a></td>
16    <td><a href="../libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries </big></font></a></td>
17    <td><a href="../../people/people.htm"><font face="Arial" color="#FFFFFF"><big>People </big></font></a></td>
18    <td><a href="../../more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ </big></font></a></td>
19    <td><a href="../../more/index.htm"><font face="Arial" color="#FFFFFF"><big>More </big></font></a></td>
20  </tr>
21</table>
22
23<h1>Timer library</h1>
24
25<p>The timer library supplies a timer class for measuring elapsed time, a
26progress_timer class for reporting elapsed time, and a progress_display class
27for displaying an indication of progress toward a goal.
28
29<ul>
30  <li><a href="timer.htm">Documentation</a> (HTML).</li>
31  <li>Headers <a href="../../boost/timer.hpp">timer.hpp</a> and <a href="../../boost/progress.hpp">progress.hpp</a></li>
32  <li>Test program <a href="timer_test.cpp">timer_test.cpp</a></li>
33  <li>Submitted by <a href="../../people/beman_dawes.html">Beman Dawes</a>.</li>
34</ul>
35
36<p>&nbsp;</p>
37<hr>
38<p>© Copyright Beman Dawes, 2001</p>
39<p>Distributed under the Boost Software License, Version 1.0. (See accompanying
40file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
41at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
42
43<p><!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->07 November, 2006<!--webbot bot="Timestamp" endspan i-checksum="39368" -->
44</p>
45
46</body>
47
48</html>
Note: See TracBrowser for help on using the repository browser.