Searched refs:cpuProfiler (Results 1 – 1 of 1) sorted by relevance
8089 static void StartCpuProfiler(JSVM_VM vm, JSVM_CpuProfiler *cpuProfiler) in StartCpuProfiler() argument8097 OH_JSVM_StartCpuProfiler(vm, cpuProfiler); in StartCpuProfiler()8100 static void StopCpuProfiler(JSVM_VM vm, JSVM_CpuProfiler cpuProfiler) in StopCpuProfiler() argument8107 OH_JSVM_StopCpuProfiler(vm, cpuProfiler, WriteDataToStream, cpFile); in StopCpuProfiler()8151 JSVM_CpuProfiler cpuProfiler; in DebugCodeUsingCpuProfiler() local8152 StartCpuProfiler(testVm, &cpuProfiler); in DebugCodeUsingCpuProfiler()8164 StopCpuProfiler(testVm, cpuProfiler); in DebugCodeUsingCpuProfiler()