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

Method add

programs/benchmark/Benchmark.cpp:211–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 Sampler sampler {1 << 16};
210
211 void add(double seconds, size_t read_rows_inc, size_t read_bytes_inc, size_t result_rows_inc, size_t result_bytes_inc)
212 {
213 ++queries;
214 work_time += seconds;
215 read_rows += read_rows_inc;
216 read_bytes += read_bytes_inc;
217 result_rows += result_rows_inc;
218 result_bytes += result_bytes_inc;
219 sampler.insert(seconds);
220 }
221
222 void add(const Stats & rhs)
223 {

Callers 15

mainMethod · 0.45
initializeMethod · 0.45
mainEntryStorageToolsFunction · 0.45
executeMethod · 0.45
reportMethod · 0.45
mainMethod · 0.45
_loopFunction · 0.45
connectGroupsFunction · 0.45
groupProcessorsInSegmentFunction · 0.45
unionGraphFunction · 0.45
processSegmentFunction · 0.45
getDataFromEngineFunction · 0.45

Calls 2

insertMethod · 0.45
mergeMethod · 0.45

Tested by

no test coverage detected