#include "TimeStamp.h"#include <iostream>Include dependency graph for testTimeStamp.cpp:

Go to the source code of this file.
Functions | |
| int | main (void) |
| int main | ( | void | ) |
Definition at line 42 of file testTimeStamp.cpp.
00043 { 00044 // int fred = 1; 00045 Timer fred; 00046 int a; 00047 cout << fred; 00048 for ( int i(0) ; i < 10000000 ; i ++ ) a=i<<3; 00049 cout << fred; 00050 return (0); 00051 }
1.5.2