| 127 | } |
| 128 | |
| 129 | extern "C" DLLEXPORT jlong JNICALL |
| 130 | Java_one_profiler_AsyncProfiler_getSamples(JNIEnv* env, jobject unused) { |
| 131 | return (jlong)Profiler::instance()->total_samples(); |
| 132 | } |
| 133 | |
| 134 | extern "C" DLLEXPORT void JNICALL |
| 135 | Java_one_profiler_AsyncProfiler_filterThread0(JNIEnv* env, jobject unused, jthread thread, jboolean enable) { |
nothing calls this directly
no test coverage detected