| 255 | } |
| 256 | |
| 257 | void clear() |
| 258 | { |
| 259 | queries = 0; |
| 260 | work_time = 0; |
| 261 | read_rows = 0; |
| 262 | read_bytes = 0; |
| 263 | result_rows = 0; |
| 264 | result_bytes = 0; |
| 265 | sampler.clear(); |
| 266 | } |
| 267 | }; |
| 268 | |
| 269 | using MultiStats = std::vector<std::shared_ptr<Stats>>; |
no outgoing calls
no test coverage detected