Collision Checker
test Namespace Reference

Classes

class  StackTimer
 
class  Timer
 

Functions

int init_perfomance_timers ()
 
int report_perfomance ()
 
void start_timer (int index)
 
void stop_timer (int index)
 
timespec diff (timespec start, timespec end)
 

Function Documentation

◆ diff()

timespec test::diff ( timespec  start,
timespec  end 
)

◆ init_perfomance_timers()

int test::init_perfomance_timers ( )

Definition at line 48 of file performance_timers.cc.

◆ report_perfomance()

int test::report_perfomance ( )

Definition at line 83 of file performance_timers.cc.

◆ start_timer()

void test::start_timer ( int  index)

Definition at line 22 of file performance_timers.cc.

◆ stop_timer()

void test::stop_timer ( int  index)

Definition at line 38 of file performance_timers.cc.