MCPcopy 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
147void Profiler::onGarbageCollectionFinish() {
148 // Called during GC pause, do not use JNI
149 atomicInc(_gc_id);
150}
151
152const char* Profiler::asgctError(int code) {
153 switch (code) {

Callers 1

Calls 1

atomicIncFunction · 0.85

Tested by

no test coverage detected