Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h101 auto profiler = std::make_shared<PGOProfiler>(vm, isEnable); in Build() local
114 void Destroy(std::shared_ptr<PGOProfiler> &profiler) in Destroy()
128 void Reset(const std::shared_ptr<PGOProfiler>& profiler, bool isEnable) in Reset()
175 void Merge(PGOProfiler *profiler) in Merge()
205 for (const auto &profiler : profilers_) { in ForceSave() local
Dpgo_profiler.h167 explicit PGOProfilerTask(PGOProfiler *profiler, int32_t id) in PGOProfilerTask()
/arkcompiler/toolchain/tooling/test/
Dprofiler_impl_test.cpp55 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
64 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
74 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
86 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
97 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
106 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
114 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
122 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
130 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
141 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); in HWTEST_F_L0() local
[all …]
/arkcompiler/toolchain/tooling/agent/
Dprofiler_impl.h47 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<ProfilerImpl> profiler) in DispatcherImpl()
/arkcompiler/ets_runtime/ecmascript/mem/
Dallocation_inspector.h27 explicit AllocationInspector(Heap *heap, uint64_t rate, HeapSampling *profiler) in AllocationInspector()
Dheap.cpp691 HeapProfilerInterface *profiler = GetEcmaVM()->GetHeapProfile(); in OnAllocateEvent() local
757 HeapProfilerInterface *profiler = GetEcmaVM()->GetHeapProfile(); in OnMoveEvent() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp466 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForFile() local
483 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForFile() local
506 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForInfo() local
523 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForInfo() local
552 CpuProfiler *profiler = vm->GetProfiler(); in SetCpuSamplingInterval() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h127 inline explicit CallNapiScope(CpuProfiler *profiler) in CallNapiScope()
Dcpu_profiler.cpp389 CpuProfiler *profiler = nullptr; in GetStackSignalHandler() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp94 Label profiler(env); in TryPreDump() local
113 Label profiler(env); in ProfileOpType() local
163 Label profiler(env); in ProfileDefineClass() local
194 Label profiler(env); in ProfileCreateObject() local
540 Label profiler(env); in ProfileBranch() local
717 Label profiler(env); in ProfileGetIterator() local
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp141 auto profiler = std::make_unique<ProfilerImpl>(vm, channel); in Dispatcher() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h469 void SetProfiler(CpuProfiler *profiler) in SetProfiler()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp396 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in PrintTypedOpProfilerAndReset() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2497 OptCodeProfiler *profiler = thread->GetCurrentEcmaContext()->GetOptCodeProfiler(); in DEF_RUNTIME_STUBS() local
2506 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in DEF_RUNTIME_STUBS() local