Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp111 std::unique_ptr<SamplingHeapProfile> profile; in GetSamplingProfile() local
149 std::unique_ptr<SamplingHeapProfile> profile; in StopSampling() local
289 … HeapProfilerImpl::GetSamplingProfile([[maybe_unused]]std::unique_ptr<SamplingHeapProfile> *profil… in GetSamplingProfile()
328 …sponse HeapProfilerImpl::StopSampling([[maybe_unused]]std::unique_ptr<SamplingHeapProfile> *profil… in StopSampling()
Dprofiler_impl.cpp71 std::unique_ptr<Profile> profile; in Stop() local
171 DispatchResponse ProfilerImpl::Stop(std::unique_ptr<Profile> *profile) in Stop()
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h252 explicit StopSamplingReturns(std::unique_ptr<SamplingHeapProfile> profile) in StopSamplingReturns()
303 explicit StopReturns(std::unique_ptr<Profile> profile) : profile_(std::move(profile)) {} in StopReturns()
Dpt_events.h831 ConsoleProfileFinished &SetProfile(std::unique_ptr<Profile> profile) in SetProfile()
Dpt_types.cpp2172 auto profile = std::make_unique<Profile>(); in Create() local
2323 auto profile = std::make_unique<Profile>(); in FromProfileInfo() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp258 std::unique_ptr<SamplingHeapProfile> profile = std::make_unique<SamplingHeapProfile>(); in HWTEST_F_L0() local
297 std::unique_ptr<Profile> profile = std::make_unique<Profile>(); in HWTEST_F_L0() local
Dheapprofiler_impl_test.cpp115 std::unique_ptr<SamplingHeapProfile> profile; in HWTEST_F_L0() local
135 std::unique_ptr<SamplingHeapProfile> profile; in HWTEST_F_L0() local
Ddebugger_events_test.cpp272 auto profile = std::make_unique<Profile>(); in HWTEST_F_L0() local
Dprofiler_impl_test.cpp76 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local
87 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local
Ddebugger_types_test.cpp2127 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local
2178 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp256 auto profile = profiler->StopCpuProfilerForInfo(); in StopCpuProfilerForInfo() local