Timing statstics. More...
#include <stats.h>
Data Fields | |
const char * | name |
The name for this statistic. | |
double | td |
Last time in seconds. | |
double | ts |
Total time in seconds. | |
double | tw |
Worst time in seconds. | |
double | ta |
Average time in seconds. | |
double | t0 |
Absolute time at tm_time_stat_begin(). | |
double | t1 |
Absolute time at tm_time_stat_end(). | |
double | t01 |
Aux time at tm_time_stat_begin(). | |
double | t11 |
Aux time at tm_time_stat_end(). | |
short | tw_changed |
Time worst changed? | |
unsigned int | count |
Total calls to tm_time_stat_end(). |
Timing statstics.
Definition at line 12 of file stats.h.
unsigned int tm_time_stat::count |
Total calls to tm_time_stat_end().
Definition at line 23 of file stats.h.
Referenced by tm_time_stat_end(), and tm_time_stat_print_().
const char* tm_time_stat::name |
The name for this statistic.
Definition at line 13 of file stats.h.
Referenced by tm_init(), and tm_time_stat_print_().
double tm_time_stat::t0 |
Absolute time at tm_time_stat_begin().
Definition at line 18 of file stats.h.
Referenced by tm_time_stat_begin(), and tm_time_stat_end().
double tm_time_stat::t01 |
Aux time at tm_time_stat_begin().
Definition at line 20 of file stats.h.
Referenced by tm_time_stat_begin(), and tm_time_stat_end().
double tm_time_stat::t1 |
Absolute time at tm_time_stat_end().
Definition at line 19 of file stats.h.
Referenced by tm_time_stat_end().
double tm_time_stat::t11 |
Aux time at tm_time_stat_end().
Definition at line 21 of file stats.h.
Referenced by tm_time_stat_end().
double tm_time_stat::ta |
Average time in seconds.
Definition at line 17 of file stats.h.
Referenced by tm_time_stat_end(), and tm_time_stat_print_().
double tm_time_stat::td |
Last time in seconds.
Definition at line 14 of file stats.h.
Referenced by tm_time_stat_end(), and tm_time_stat_print_().
double tm_time_stat::ts |
Total time in seconds.
Definition at line 15 of file stats.h.
Referenced by tm_time_stat_end(), and tm_time_stat_print_().
double tm_time_stat::tw |
Worst time in seconds.
Definition at line 16 of file stats.h.
Referenced by _tm_check_sweep_error(), tm_time_stat_end(), and tm_time_stat_print_().
short tm_time_stat::tw_changed |