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

Method clear

programs/keeper-bench/Stats.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void Stats::StatsCollector::clear()
51{
52 requests = 0;
53 requests_bytes = 0;
54 sampler.clear();
55}
56
57void Stats::StatsCollector::merge(const StatsCollector & from)
58{

Callers 13

finalizeMethod · 0.45
readArgumentsMethod · 0.45
extractIntoMethod · 0.45
flushMultiFunction · 0.45
addToBatchAndMaybeFlushFunction · 0.45
reportMethod · 0.45
mainEntryClickHouseStartFunction · 0.45
cleanupMethod · 0.45
readStringUntilNextLineFunction · 0.45

Calls 1

restartMethod · 0.45

Tested by

no test coverage detected