Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ initLiveRefs
Method
initLiveRefs
src/objectSampler.cpp:159–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
void ObjectSampler::initLiveRefs(bool live) {
160
_live = live;
161
if (_live) {
162
live_refs.init();
163
}
164
}
165
166
void ObjectSampler::dumpLiveRefs() {
167
if (_live) {
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected