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

Method onThreadEnd

src/profiler.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void Profiler::onThreadEnd(jvmtiEnv* jvmti, JNIEnv* jni, jthread thread) {
141 if (_thread_filter.enabled()) {
142 _thread_filter.remove(OS::threadId());
143 }
144 updateThreadName(jvmti, jni, thread);
145}
146
147void Profiler::onGarbageCollectionFinish() {
148 // Called during GC pause, do not use JNI

Callers 1

ThreadEndMethod · 0.45

Calls 2

removeMethod · 0.80
enabledMethod · 0.45

Tested by

no test coverage detected