root/library/doc/tutorial/timer.dox
@
1276
Revision 272, 327 bytes (checked in by smidl, 16 years ago) |
---|
Line | |
---|---|
1 | /*! |
2 | \page timer Using timers to measure execution time |
3 | |
4 | In 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 | |
8 | When 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.