Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp112 std::unique_ptr<SamplingHeapProfile> profile; in GetSamplingProfile() local
137 std::unique_ptr<SamplingHeapProfile> profile; in StopSampling() local
290 …HeapProfilerImpl::GetSamplingProfile([[maybe_unused]] std::unique_ptr<SamplingHeapProfile> *profil… in GetSamplingProfile()
310 …ponse 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.h269 explicit StopSamplingReturns(std::unique_ptr<SamplingHeapProfile> profile) in StopSamplingReturns()
320 explicit StopReturns(std::unique_ptr<Profile> profile) : profile_(std::move(profile)) {} in StopReturns()
Dpt_events.h866 ConsoleProfileFinished &SetProfile(std::unique_ptr<Profile> profile) in SetProfile()
Dpt_types.cpp2268 std::unique_ptr<SamplingHeapProfile> profile = std::make_unique<SamplingHeapProfile>(); in FromSamplingInfo() local
2479 auto profile = std::make_unique<Profile>(); in Create() local
2630 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
Dpt_types_test.cpp357 std::unique_ptr<ScriptTypeProfile> profile = ScriptTypeProfile::Create(*ptJson); in HWTEST_F_L0() local
657 Profile profile; in HWTEST_F_L0() local
852 …std::unique_ptr<SamplingHeapProfile> profile = SamplingHeapProfile::FromSamplingInfo(&samplingInfo… in HWTEST_F_L0() local
Dheapprofiler_impl_test.cpp115 std::unique_ptr<SamplingHeapProfile> profile; in HWTEST_F_L0() local
134 std::unique_ptr<SamplingHeapProfile> 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.cpp2143 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local
2194 std::unique_ptr<Profile> profile; in HWTEST_F_L0() local
Ddebugger_events_test.cpp301 auto profile = std::make_unique<Profile>(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp133 Label profile(env); in ProfileCreateObject() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp427 auto profile = profiler->StopCpuProfilerForInfo(); in StopCpuProfilerForInfo() local