Public Attributes | |
txc_stats_statcounter_t | count |
txc_stats_stat_t | total_stats [txc_stats_numofstats] |
txc_hash_table_t * | tx_stats |
txc_stats_threadstat_s * | next |
txc_stats_threadstat_s * | prev |
txc_tx_t * | txd |
Definition at line 35 of file stats.c.
Number of collected transactions.
Definition at line 36 of file stats.c.
Referenced by txc_stats_print(), and txc_stats_threadstat_create().
Used to implement the list of thread statistics.
Definition at line 39 of file stats.c.
Referenced by txc_stats_print(), txc_stats_threadstat_create(), and txc_statsmgr_destroy().
Used to implement the list of thread statistics.
Definition at line 40 of file stats.c.
Referenced by txc_stats_threadstat_create().
txc_stats_stat_t txc_stats_threadstat_s::total_stats[txc_stats_numofstats] |
Summary of statistics
Definition at line 37 of file stats.c.
Referenced by txc_stats_print(), and txc_stats_threadstat_create().
Collected statistics
Definition at line 38 of file stats.c.
Referenced by txc_stats_print(), and txc_stats_threadstat_create().
The descriptor of the thread.
Definition at line 41 of file stats.c.
Referenced by txc_stats_threadstat_create().