MCPcopy 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
159void ObjectSampler::initLiveRefs(bool live) {
160 _live = live;
161 if (_live) {
162 live_refs.init();
163 }
164}
165
166void ObjectSampler::dumpLiveRefs() {
167 if (_live) {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected