| 49 | } |
| 50 | |
| 51 | void RunWorkload(JNIEnv* env, jobject /* this */, jstring temp_dir) { |
| 52 | DumpProfileDataIfNeeded(env->GetStringUTFChars(temp_dir, 0)); |
| 53 | } |
| 54 | |
| 55 | extern "C" JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM* _Nonnull vm, |
| 56 | void* _Nullable) { |
nothing calls this directly
no test coverage detected