32 const double secs_per_tick = 1.0 / CLOCKS_PER_SEC;
33 return ( (
double) clock() ) * secs_per_tick;
Definition: tnt_stopwatch.h:36
double stop()
Definition: tnt_stopwatch.h:60
int running_
Definition: tnt_stopwatch.h:38
double read()
Definition: tnt_stopwatch.h:80
double total_
Definition: tnt_stopwatch.h:40
Stopwatch()
Definition: tnt_stopwatch.h:51
void resume()
Definition: tnt_stopwatch.h:70
void start()
Definition: tnt_stopwatch.h:53
double start_time_
Definition: tnt_stopwatch.h:39
Definition: tnt_array1d.h:36
static double seconds(void)
Definition: tnt_stopwatch.h:30