Searched refs:StartCpuProfilerForFile (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/startcpuprofilerforfile_fuzzer/ |
| D | startcpuprofilerforfile_fuzzer.cpp | 34 DFXJSNApi::StartCpuProfilerForFile(vm, fileName); in StartCpuProfilerForFileFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | dfx_jsnapi_tests.cpp | 519 HWTEST_F_L0(DFXJSNApiTests, StartCpuProfilerForFile) in HWTEST_F_L0() argument 524 … ASSERT_FALSE(DFXJSNApi::StartCpuProfilerForFile(vm_, "StartCpuProfilerForFile", illegalInterval)); in HWTEST_F_L0() 526 ASSERT_FALSE(DFXJSNApi::StartCpuProfilerForFile(nullptr, "StartCpuProfilerForFile", interval)); in HWTEST_F_L0() 528 ASSERT_FALSE(DFXJSNApi::StartCpuProfilerForFile(vm_, "StartCpuProfilerForFile", interval)); in HWTEST_F_L0() 530 ASSERT_FALSE(DFXJSNApi::StartCpuProfilerForFile(vm_, "StartCpuProfilerForFile", interval)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.h | 111 bool StartCpuProfilerForFile(const std::string &fileName);
|
| D | cpu_profiler.cpp | 118 bool CpuProfiler::StartCpuProfilerForFile(const std::string &fileName) in StartCpuProfilerForFile() function in panda::ecmascript::CpuProfiler
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | dfx_jsnapi.h | 118 static bool StartCpuProfilerForFile(const EcmaVM *vm, const std::string &fileName,
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 591 DFXJSNApi::StartCpuProfilerForFile(vm, fileName, CpuProfiler::INTERVAL_OF_INNER_START); in CpuProfilerAnyTimeMainThread() 650 bool DFXJSNApi::StartCpuProfilerForFile([[maybe_unused]] const EcmaVM *vm, in StartCpuProfilerForFile() function in panda::DFXJSNApi 669 return profiler->StartCpuProfilerForFile(fileName); in StartCpuProfilerForFile()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.cpp | 507 … DFXJSNApi::StartCpuProfilerForFile(this, fileName, CpuProfiler::INTERVAL_OF_INNER_START); in CheckStartCpuProfiler() 520 … DFXJSNApi::StartCpuProfilerForFile(this, fileName, CpuProfiler::INTERVAL_OF_INNER_START); in CheckStartCpuProfiler()
|
| D | js_thread.cpp | 800 DFXJSNApi::StartCpuProfilerForFile(vm_, profileName_, CpuProfiler::INTERVAL_OF_INNER_START); in CheckSafepoint()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.cpp | 308 DFXJSNApi::StartCpuProfilerForFile(vm, fileName, interval); in StartCpuProfiler()
|