|
Collision Checker
|
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) |
| timespec test::diff | ( | timespec | start, |
| timespec | end | ||
| ) |
| int test::init_perfomance_timers | ( | ) |
Definition at line 48 of file performance_timers.cc.
| int test::report_perfomance | ( | ) |
Definition at line 83 of file performance_timers.cc.
| void test::start_timer | ( | int | index | ) |
Definition at line 22 of file performance_timers.cc.
| void test::stop_timer | ( | int | index | ) |
Definition at line 38 of file performance_timers.cc.