#include <time_functions.h>
Data Fields | |
const char * | timer_id |
apr_time_t | start |
apr_time_t | stop |
char * | gathered_times |
Definition at line 50 of file time_functions.h.
const char* timer_info::timer_id |
Timer id
Definition at line 51 of file time_functions.h.
Referenced by bsmod_stat_handle_start_timer().
apr_time_t timer_info::start |
Start time of the timer
Definition at line 52 of file time_functions.h.
Referenced by bsmod_stat_handle_start_timer().
apr_time_t timer_info::stop |
Stop time of the timer
Definition at line 53 of file time_functions.h.
Current deltas gathered
Definition at line 54 of file time_functions.h.