Definition at line 138 of file statistics.hpp.
Public Member Functions | |
void | Add (const StatementStatistics &other) |
Public Attributes | |
Percentile | timings {} |
RateCounter | executed {} |
RateCounter | errors {} |
|
inline |
Definition at line 143 of file statistics.hpp.
RateCounter storages::postgres::StatementStatistics::errors {} |
Definition at line 141 of file statistics.hpp.
RateCounter storages::postgres::StatementStatistics::executed {} |
Definition at line 140 of file statistics.hpp.
Percentile storages::postgres::StatementStatistics::timings {} |
Definition at line 139 of file statistics.hpp.