tm_time_stat Struct Reference

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().

Detailed Description

Timing statstics.

Definition at line 12 of file stats.h.


Field Documentation

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_().

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().

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().

Absolute time at tm_time_stat_end().

Definition at line 19 of file stats.h.

Referenced by tm_time_stat_end().

Aux time at tm_time_stat_end().

Definition at line 21 of file stats.h.

Referenced by tm_time_stat_end().

Average time in seconds.

Definition at line 17 of file stats.h.

Referenced by tm_time_stat_end(), and tm_time_stat_print_().

Last time in seconds.

Definition at line 14 of file stats.h.

Referenced by tm_time_stat_end(), and tm_time_stat_print_().

Total time in seconds.

Definition at line 15 of file stats.h.

Referenced by tm_time_stat_end(), and tm_time_stat_print_().

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_().

Time worst changed?

Definition at line 22 of file stats.h.

Referenced by tm_time_stat_end().


The documentation for this struct was generated from the following file:

Generated on Mon Jan 25 06:33:12 2010 for TM(tredmill) by  doxygen 1.6.1