MCPcopy Create free account
hub / github.com/apache/trafficserver / start

Method start

src/iocore/cache/CacheProcessor.cc:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118};
119
120int
121CacheProcessor::start(int, size_t)
122{
123 RecRegNewSyncStatSync(CachePeriodicMetricsUpdate);
124
125 return start_internal(0);
126}
127
128void
129CachePeriodicMetricsUpdate()

Callers 2

testRunStartingMethod · 0.45
init_cacheFunction · 0.45

Calls 1

RecRegNewSyncStatSyncFunction · 0.85

Tested by

no test coverage detected