| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| H A D | jit_warmup_profiler.h | 26 static JitWarmupProfiler profiler; in GetInstance() local
|
| /arkcompiler/toolchain/test/autotest/aw/api/ |
| H A D | profiler_api.py | 23 from aw.cdp import profiler
namespace
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| H A D | profiler_module.h | 24 static constexpr char profiler[] = "profiler"; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| H A D | Config.cpp | 22 Profiler profiler; member
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | allocation_inspector.h | 27 explicit AllocationInspector(Heap *heap, uint64_t rate, HeapSampling *profiler) in AllocationInspector() argument
|
| /arkcompiler/toolchain/test/autotest/aw/ |
| H A D | __init__.py | 27 from aw.cdp import profiler namespace
|
| /arkcompiler/toolchain/test/autotest/scenario_test/ |
| H A D | test_cpu_profiler_01.py | 28 from aw import profiler
namespace
|
| H A D | test_cpu_profiler_02.py | 28 from aw import profiler
namespace
|
| /foundation/communication/netstack/utils/profiler_utils/src/ |
| H A D | netstack_network_profiler.cpp | 71 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 D | profiler_impl_test.cpp | 55 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 D | profiler_impl.h | 49 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<ProfilerImpl> profiler) in DispatcherImpl() argument
|
| /third_party/node/src/ |
| H A D | inspector_profiler.h | 17 namespace profiler { namespace
|
| H A D | inspector_profiler.cc | 17 namespace profiler { namespace
|
| H A D | node_v8.cc | 277 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 D | node_internals.h | 341 namespace profiler { namespace
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | cpu_profiler.h | 148 inline explicit CallNapiScope(CpuProfiler *profiler)
in CallNapiScope() argument
|
| H A D | cpu_profiler.cpp | 379 CpuProfiler *profiler = nullptr; in GetStackSignalHandler() local [all...] |
| /arkcompiler/toolchain/tooling/ |
| H A D | dispatcher.cpp | 137 auto profiler = std::make_unique<ProfilerImpl>(vm, channel); in Dispatcher() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_manager.h | 101 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 D | pgo_profiler.h | 245 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 D | sampling-heap-profiler.h | 115 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 D | js_environment.cpp | 263 void JsEnvironment::StartProfiler(const char* libraryPath, uint32_t instanceId, PROFILERTYPE profiler,
in StartProfiler() argument
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | tiering-manager.cc | 366 OnInterruptTickScope( TieringManager* profiler) OnInterruptTickScope() argument
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-heap-profiler-agent-impl.cc | 103 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 D | dfx_jsnapi.cpp | 670 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...] |