Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ increment
Method
increment
src/tscpp/api/Stat.cc:92–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void
93
Stat::increment(int64_t amount)
94
{
95
if (stat_id_ == TS_ERROR) {
96
return;
97
}
98
99
TSStatIntIncrement(stat_id_, amount);
100
}
101
102
void
103
Stat::decrement(int64_t amount)
Callers
13
probe_mutex_lock_return
Function · 0.45
probe_mutex_unlock
Function · 0.45
handle_response_from_parent
Method · 0.45
retry_server_connection_not_open
Method · 0.45
increment_received_settings_count
Method · 0.45
increment_received_settings_frame_count
Method · 0.45
increment_received_ping_frame_count
Method · 0.45
increment_received_priority_frame_count
Method · 0.45
increment_received_rst_stream_frame_count
Method · 0.45
increment_received_continuation_frame_count
Method · 0.45
increment_received_empty_frame_count
Method · 0.45
test_Metrics.cc
File · 0.45
Calls
1
TSStatIntIncrement
Function · 0.85
Tested by
no test coverage detected