Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_remap
Function · 0.80
do_remap
Function · 0.80
doTxnClose
Method · 0.80
doCacheLookup
Method · 0.80
Calls
1
increment
Method · 0.45
Tested by
no test coverage detected