Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

timer.h

Go to the documentation of this file.
00001 #ifndef TIMER_H 
00002 #define TIMER_H
00003 
00006 void    timer_init(int, const char*[]);
00007 void    timer_destroy();
00008 void    timer_start(int);
00009 void    timer_stop(int);
00010 void    timer_reset(int);
00011 double  timer_elapsed_time(int);
00012 double  timer_average_time(int);
00013 void    timer_print_summary(int);
00014 
00015 #endif

Generated on Mon Oct 19 10:08:14 2009 for cctools by  doxygen 1.3.9.1