MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / add

Method add

programs/benchmark/Benchmark.cpp:336–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 }
335
336 void add(double duration, size_t read_rows_inc, size_t read_bytes_inc, size_t result_rows_inc, size_t result_bytes_inc)
337 {
338 addWeighted(read_rows_inc, read_bytes_inc, result_rows_inc, result_bytes_inc, 1.0);
339 sample(duration);
340 }
341 };
342
343 using MultiStats = std::vector<std::shared_ptr<Stats>>;

Callers 2

initializeMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected