Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void Stats::StatsCollector::clear()
51
{
52
requests = 0;
53
requests_bytes = 0;
54
sampler.clear();
55
}
56
57
void Stats::StatsCollector::merge(const StatsCollector & from)
58
{
Callers
13
finalize
Method · 0.45
readArguments
Method · 0.45
splitOnUnquotedSemicolons
Function · 0.45
extractInto
Method · 0.45
runBenchmarkWithGenerator
Method · 0.45
flushMulti
Function · 0.45
addToBatchAndMaybeFlush
Function · 0.45
report
Method · 0.45
mainEntryClickHouseStart
Function · 0.45
mainEntryClickHouseRestart
Function · 0.45
cleanup
Method · 0.45
readStringUntilNextLine
Function · 0.45
Calls
1
restart
Method · 0.45
Tested by
no test coverage detected