#include <stats.h>
Public Attributes | |
txc_stats_statcounter_t | max |
txc_stats_statcounter_t | min |
txc_stats_statcounter_t | total |
Definition at line 87 of file stats.h.
Maximum number of the statistic across all transactions of an atomic block (static transaction).
Definition at line 89 of file stats.h.
Referenced by txc_stats_print(), and txc_stats_threadstat_create().
Minimum number of the statistic across all transactions of an atomic block (static transaction).
Definition at line 90 of file stats.h.
Referenced by txc_stats_print(), and txc_stats_threadstat_create().
Total number of the statistic across all transactions of an atomic block (static transaction).
Definition at line 91 of file stats.h.
Referenced by txc_stats_print(), txc_stats_threadstat_create(), txc_stats_txstat_get(), and txc_stats_txstat_set().