Searched refs:StartProfiler (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | dfx_jsnapi.h | 135 static bool StartProfiler(EcmaVM *vm, const ProfilerOption &option, int tid,
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | dfx_jsnapi_tests.cpp | 598 HWTEST_F_L0(DFXJSNApiTests, StartProfiler) in HWTEST_F_L0() 605 ASSERT_FALSE(DFXJSNApi::StartProfiler(nullptr, option, tid, instanceId, debuggerPostTask, true)); in HWTEST_F_L0() 608 ASSERT_FALSE(DFXJSNApi::StartProfiler(nullptr, option, tid, instanceId, debuggerPostTask, false)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | dfx_jsnapi.cpp | 905 bool DFXJSNApi::StartProfiler(EcmaVM *vm, const ProfilerOption &option, int tid, in StartProfiler() function in panda::DFXJSNApi 908 LOG_ECMA(INFO) << "DFXJSNApi::StartProfiler, type = " << (int)option.profilerType in StartProfiler() 917 LOG_ECMA(ERROR) << "DFXJSNApi::StartProfiler, NotifyDebugMode failed"; in StartProfiler()
|
Completed in 5 milliseconds