Home
last modified time | relevance | path

Searched defs:profiler (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Djit_warmup_profiler.h26 static JitWarmupProfiler profiler; in GetInstance() local
/arkcompiler/toolchain/test/autotest/aw/api/
H A Dprofiler_api.py23 from aw.cdp import profiler namespace
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocation_inspector.h27 explicit AllocationInspector(Heap *heap, uint64_t rate, HeapSampling *profiler) in AllocationInspector() argument
H A Dheap.cpp1506 HeapProfilerInterface *profiler = ecmaVm->GetHeapProfile(); in OnAllocateEvent() local
1553 HeapProfilerInterface *profiler = GetEcmaVM()->GetHeapProfile(); in OnMoveEvent() local
/arkcompiler/toolchain/test/autotest/aw/
H A D__init__.py27 from aw.cdp import profiler namespace
/arkcompiler/toolchain/test/autotest/scenario_test/
H A Dtest_cpu_profiler_01.py28 from aw import profiler namespace
H A Dtest_cpu_profiler_02.py28 from aw import profiler namespace
/arkcompiler/toolchain/tooling/test/
H A 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 in HWTEST_F_L0() local
107 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local
116 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local
125 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local
133 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local
141 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local
149 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local
160 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local
168 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local
176 auto profiler = std::make_unique<ProfilerImpl>(ecmaVm, channel); HWTEST_F_L0() local
[all...]
/arkcompiler/toolchain/tooling/agent/
H A Dprofiler_impl.h49 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<ProfilerImpl> profiler) in DispatcherImpl() argument
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dcpu_profiler.h148 inline explicit CallNapiScope(CpuProfiler *profiler) in CallNapiScope() argument
H A Dcpu_profiler.cpp379 CpuProfiler *profiler = nullptr; in GetStackSignalHandler() local
[all...]
/arkcompiler/toolchain/tooling/
H A Ddispatcher.cpp137 auto profiler = std::make_unique<ProfilerImpl>(vm, channel); in Dispatcher() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_manager.h101 auto profiler = std::make_shared<PGOProfiler>(vm, isEnable); in Build() local
115 void Destroy(std::shared_ptr<PGOProfiler> &profiler) in Destroy() argument
129 Reset(const std::shared_ptr<PGOProfiler>& profiler, bool isEnable) Reset() argument
176 Merge(PGOProfiler *profiler) Merge() argument
[all...]
H A Dpgo_profiler.h245 explicit PGOProfilerTask(PGOProfiler *profiler, int32_t id) in PGOProfilerTask() argument
396 explicit PGODumpPauseScope(std::shared_ptr<PGOProfiler> profiler): profiler_(profiler) in PGODumpPauseScope() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp670 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForFile() local
690 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForFile() local
720 CpuProfiler *profiler = vm->GetProfiler(); StartCpuProfilerForInfo() local
740 CpuProfiler *profiler = vm->GetProfiler(); StopCpuProfilerForInfo() local
772 CpuProfiler *profiler = vm->GetProfiler(); SetCpuSamplingInterval() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h584 auto profiler = thread->GetEcmaVM()->GetPGOProfiler(); in GetLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp521 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in PrintTypedOpProfiler() local
535 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in ClearTypedOpProfiler() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_inline_lowering.cpp220 JITProfiler *profiler = nullptr; in InlineCall() local
H A Dprofiler_stub_builder.cpp80 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); in TryPreDump() local
99 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); in ProfileOpType() local
146 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); in ProfileDefineClass() local
185 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); ProfileCreateObject() local
579 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); ProfileBranch() local
737 BRANCH(IsProfileTypeInfoHotAndValid(profileTypeInfo), &profiler, &exit); ProfileGetIterator() local
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp525 explicit MockHeapProfiler(HeapProfilerInterface *profiler) : profiler_(profiler) {} in MockHeapProfiler() argument
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.h543 void SetProfiler(CpuProfiler *profiler) in SetProfiler() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2823 OptCodeProfiler *profiler = thread->GetCurrentEcmaContext()->GetOptCodeProfiler(); in DEF_RUNTIME_STUBS() local
2832 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in DEF_RUNTIME_STUBS() local

Completed in 30 milliseconds