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

Method Increment

include/cripts/Metrics.hpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void
73 Increment(int64_t inc) const
74 {
75 CAssert(_id != ts::Metrics::NOT_FOUND);
76 _metric->increment(inc);
77 }
78
79 void
80 Increment() const

Callers 4

do_remapFunction · 0.80
do_remapFunction · 0.80
doTxnCloseMethod · 0.80
doCacheLookupMethod · 0.80

Calls 1

incrementMethod · 0.45

Tested by

no test coverage detected