Home
last modified time | relevance | path

Searched refs:cpuProfiler (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp8089 static void StartCpuProfiler(JSVM_VM vm, JSVM_CpuProfiler *cpuProfiler) in StartCpuProfiler() argument
8097 OH_JSVM_StartCpuProfiler(vm, cpuProfiler); in StartCpuProfiler()
8100 static void StopCpuProfiler(JSVM_VM vm, JSVM_CpuProfiler cpuProfiler) in StopCpuProfiler() argument
8107 OH_JSVM_StopCpuProfiler(vm, cpuProfiler, WriteDataToStream, cpFile); in StopCpuProfiler()
8151 JSVM_CpuProfiler cpuProfiler; in DebugCodeUsingCpuProfiler() local
8152 StartCpuProfiler(testVm, &cpuProfiler); in DebugCodeUsingCpuProfiler()
8164 StopCpuProfiler(testVm, cpuProfiler); in DebugCodeUsingCpuProfiler()