Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ load
Method
load
include/tsutil/Metrics.h:429–434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
427
}
428
429
static int64_t
430
load(const AtomicType *metric)
431
{
432
debug_assert(metric);
433
return metric->_value.load();
434
}
435
436
static void
437
store(AtomicType *metric, int64_t val)
Callers
15
record_loop_time
Method · 0.45
reserve
Method · 0.45
update_max_count
Method · 0.45
migrate_from
Method · 0.45
ip_age
Method · 0.45
Add
Method · 0.45
BaseMetrics
Class · 0.45
lock_shared
Method · 0.45
try_lock_shared
Method · 0.45
_revoke
Method · 0.45
on
Method · 0.45
global_on
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected