MCPcopy Create free account
hub / github.com/android/ndk-samples / RunWorkload

Function RunWorkload

orderfile/app/src/main/cpp/orderfile.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

DumpProfileDataIfNeededFunction · 0.85

Tested by

no test coverage detected