root/doc/tutorial/timer.dox @ 272

Revision 272, 327 bytes (checked in by smidl, 15 years ago)

Examples

Line 
1/*!
2\page timer Using timers to measure execution time
3
4In this example we are using the Real_Timer class to measure the execution time of a simple program. The Real_Timer class is included in the itmisc library.
5
6\include timer.cpp
7
8When you run this program, the output will look something like this:
9
10\include timer.ref
11
12*/
Note: See TracBrowser for help on using the browser.