1 #ifndef CPP_COLLISION_FCL_PERFOMANCE_TIMERS_H_ 2 #define CPP_COLLISION_FCL_PERFOMANCE_TIMERS_H_ 4 #define TIME_PROFILE_ENABLED (1) 6 #if TIME_PROFILE_ENABLED 22 #if TIME_PROFILE_ENABLED 27 #if TIME_PROFILE_ENABLED 35 timespec
diff(timespec start, timespec end);
44 double getElapsedTime();
45 double getElapsedTimeInSec();
46 double getElapsedTimeInMilliSec();
48 double getElapsedTimeInMicroSec();
50 getElapsedTimeInNanoSec();
56 double startTimeInMicroSec;
57 double endTimeInMicroSec;
60 LARGE_INTEGER frequency;
61 LARGE_INTEGER startCount;
62 LARGE_INTEGER endCount;
int init_perfomance_timers()
void stop_timer(int index)
timespec diff(timespec start, timespec end)
void start_timer(int index)