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

Method clear

programs/benchmark/Benchmark.cpp:257–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>>;

Callers 12

finalizeMethod · 0.45
collectFuzzInfoMainMethod · 0.45
addTableLikeMethod · 0.45
addColumnLikeMethod · 0.45
fuzzMainMethod · 0.45
reportMethod · 0.45
readStringUntilNextLineFunction · 0.45
processDiffsFunction · 0.45
removeAllModelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected