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

Function TSStatIntIncrement

src/api/InkAPI.cc:6255–6260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6253}
6254
6255void
6256TSStatIntIncrement(int id, TSMgmtInt amount)
6257{
6258 sdk_assert(sdk_sanity_check_stat_id(id) == TS_SUCCESS);
6259 global_api_metrics.increment(id, amount);
6260}
6261
6262void
6263TSStatIntDecrement(int id, TSMgmtInt amount)

Callers 15

handle_client_lookupFunction · 0.85
txn_handlerFunction · 0.85
handle_sessionFunction · 0.85
TSPluginInitFunction · 0.85
incrementMethod · 0.85
tunnelStartFunction · 0.85
transactionStartFunction · 0.85
handleMsgFunction · 0.85
handle_msgFunction · 0.85
handle_order_1Function · 0.85

Calls 2

sdk_sanity_check_stat_idFunction · 0.85
incrementMethod · 0.45

Tested by 1