Global/testTimeStamp.cpp File Reference

#include "TimeStamp.h"
#include <iostream>

Include dependency graph for testTimeStamp.cpp:

Go to the source code of this file.

Functions

int main (void)


Function Documentation

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 }


Generated on Fri Dec 21 13:13:44 2007 for ssaha by  doxygen 1.5.2