Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ onGarbageCollectionFinish
Method
onGarbageCollectionFinish
src/profiler.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
void Profiler::onGarbageCollectionFinish() {
148
// Called during GC pause, do not use JNI
149
atomicInc(_gc_id);
150
}
151
152
const char* Profiler::asgctError(int code) {
153
switch (code) {
Callers
1
GarbageCollectionFinish
Method · 0.80
Calls
1
atomicInc
Function · 0.85
Tested by
no test coverage detected