#include <cutk/timer.h>
#include <sys/time.h>
Functions | |
void | TimerStart (Timer *t) |
double | TimerElapsed (Timer *t, TimerMode mode) |
double | TimerEnd (Timer *t, TimerMode mode) |
|
Returns the elasped time
|
|
Stops the timer and returns the elapsed time
|
|
Starts a timer counting
|