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