Home
last modified time | relevance | path

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

12

/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
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dprofiler_module.h24 static constexpr char profiler[] = "profiler"; member
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DConfig.cpp22 Profiler profiler; member
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocation_inspector.h27 explicit AllocationInspector(Heap *heap, uint64_t rate, HeapSampling *profiler) in AllocationInspector() argument
/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
/foundation/communication/netstack/utils/profiler_utils/src/
H A Dnetstack_network_profiler.cpp71 auto profiler = OHOS::Developtools::Profiler::NetworkProfiler::GetInstance(); in IsProfilerEnable() local
87 auto profiler = OHOS::Developtools::Profiler::NetworkProfiler::GetInstance(); in SendNetworkProfiling() local
/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
/third_party/node/src/
H A Dinspector_profiler.h17 namespace profiler { namespace
H A Dinspector_profiler.cc17 namespace profiler { namespace
H A Dnode_v8.cc277 GCProfiler* profiler = static_cast<GCProfiler*>(data); in BeforeGCCallback() local
295 GCProfiler* profiler = static_cast<GCProfiler*>(data); in AfterGCCallback() local
346 GCProfiler* profiler; Start() local
371 GCProfiler* profiler; Stop() local
[all...]
H A Dnode_internals.h341 namespace profiler { namespace
/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
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.h115 SamplingHeapProfiler* const profiler; member
131 Observer(Heap* heap, intptr_t step_size, uint64_t rate, SamplingHeapProfiler* profiler, base::RandomNumberGenerator* random) Observer() argument
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp263 void JsEnvironment::StartProfiler(const char* libraryPath, uint32_t instanceId, PROFILERTYPE profiler, in StartProfiler() argument
/third_party/node/deps/v8/src/execution/
H A Dtiering-manager.cc366 OnInterruptTickScope( TieringManager* profiler) OnInterruptTickScope() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc103 v8::HeapProfiler* profiler = isolate->GetHeapProfiler(); in objectByHeapObjectId() local
256 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in disable() local
267 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in takeHeapSnapshot() local
379 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); startSampling() local
440 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); getSamplingProfile() local
[all...]
/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...]

Completed in 14 milliseconds

12