Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
void ObjectSampler::dumpLiveRefs() {
167
if (_live) {
168
live_refs.dump(VM::jni());
169
}
170
}
171
172
Error ObjectSampler::start(Arguments& args) {
173
_interval = args._alloc > 0 ? args._alloc : DEFAULT_ALLOC_INTERVAL;
Callers
nothing calls this directly
Calls
1
dump
Method · 0.45
Tested by
no test coverage detected