Home
last modified time | relevance | path

Searched refs:StartProfiler (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h135 static bool StartProfiler(EcmaVM *vm, const ProfilerOption &option, int tid,
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp598 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 Ddfx_jsnapi.cpp905 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