MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / dumpLiveRefs

Method dumpLiveRefs

src/objectSampler.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void ObjectSampler::dumpLiveRefs() {
167 if (_live) {
168 live_refs.dump(VM::jni());
169 }
170}
171
172Error ObjectSampler::start(Arguments& args) {
173 _interval = args._alloc > 0 ? args._alloc : DEFAULT_ALLOC_INTERVAL;

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.45

Tested by

no test coverage detected