#include <k_best.h>
Public Member Functions | |
| void | tic (int t=0) |
| Timer () | |
| double | toc (int t=0) |
| double | toMiliseconds (int t=0) |
| double | value (int t=0) |
| ~Timer () | |
Public Attributes | |
| map< int, bool > | active |
| map< int, timeval > | timers |
| map< int, double > | values |