Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling-disasm-inl.h38 inline void DestroyProfile([[maybe_unused]] ProfileContainer profile, [[maybe_unused]] ark::panda_f… in DestroyProfile()
49 inline ProfileType FindMethodInProfile([[maybe_unused]] ProfileContainer profile, in FindMethodInProfile()
63 inline void DumpProfile([[maybe_unused]] ProfileType profile, [[maybe_unused]] ark::panda_file::Sou… in DumpProfile()
/arkcompiler/toolchain/tooling/dynamic/test/testcases/
Djs_heapsampling_loop_test.h96 std::unique_ptr<PtJson> profile = nullptr; in RecvHeapsamlingInfo() local
Djs_cpuprofile_loop_test.h98 std::unique_ptr<PtJson> profile = nullptr; in RecvCpuprofileInfo() local
Djs_heapsampling_test.h83 std::unique_ptr<PtJson> profile; in RecvHeapsamlingInfo() local
Djs_cpuprofile_recursion_test.h94 std::unique_ptr<PtJson> profile = nullptr; in RecvCpuprofileInfo() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisasm.cpp39 ark::PandArg<std::string> profile {"profile", "", "Path to the profile"}; member
77 auto profile = options.profile.GetValue(); in Disassemble() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/
Dark_js_vm.py51 def profile(self, bu: BenchUnit, with_aot: bool = False) -> None: member in Tool
/arkcompiler/toolchain/tooling/dynamic/agent/
Dheapprofiler_impl.cpp173 std::unique_ptr<SamplingHeapProfile> profile; in GetSamplingProfile() local
198 std::unique_ptr<SamplingHeapProfile> profile; in StopSampling() local
362 …HeapProfilerImpl::GetSamplingProfile([[maybe_unused]] std::unique_ptr<SamplingHeapProfile> *profil… in GetSamplingProfile()
383 …ponse HeapProfilerImpl::StopSampling([[maybe_unused]] std::unique_ptr<SamplingHeapProfile> *profil… in StopSampling()
Dprofiler_impl.cpp145 std::unique_ptr<Profile> profile; in Stop() local
268 DispatchResponse ProfilerImpl::Stop(std::unique_ptr<Profile> *profile) in Stop()
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_returns.h286 explicit StopSamplingReturns(std::unique_ptr<SamplingHeapProfile> profile) in StopSamplingReturns()
337 explicit StopReturns(std::unique_ptr<Profile> profile) : profile_(std::move(profile)) {} in StopReturns()
Dpt_events.h936 ConsoleProfileFinished &SetProfile(std::unique_ptr<Profile> profile) in SetProfile()
Dpt_types.cpp2380 std::unique_ptr<SamplingHeapProfile> profile = std::make_unique<SamplingHeapProfile>(); in FromSamplingInfo() local
2591 auto profile = std::make_unique<Profile>(); in Create() local
2742 auto profile = std::make_unique<Profile>(); in FromProfileInfo() local
/arkcompiler/toolchain/tooling/dynamic/client/domain/
Dprofiler_client.cpp163 std::unique_ptr<PtJson> profile; in RecvProfilerResult() local
Dheapprofiler_client.cpp300 std::unique_ptr<PtJson> profile; in SaveHeapsamplingData() local
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameFileNameTransformer.ts77 let profile: IFileNameObfuscationOption | undefined; variable
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_returns_test.cpp259 std::unique_ptr<SamplingHeapProfile> profile = std::make_unique<SamplingHeapProfile>(); in HWTEST_F_L0() local
298 std::unique_ptr<Profile> profile = std::make_unique<Profile>(); in HWTEST_F_L0() local
Dpt_types_test.cpp377 std::unique_ptr<ScriptTypeProfile> profile = ScriptTypeProfile::Create(*ptJson); in HWTEST_F_L0() local
677 Profile profile; in HWTEST_F_L0() local
872 …std::unique_ptr<SamplingHeapProfile> profile = SamplingHeapProfile::FromSamplingInfo(&samplingInfo… 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
Dheapprofiler_impl_test.cpp151 std::unique_ptr<SamplingHeapProfile> profile; in HWTEST_F_L0() local
170 std::unique_ptr<SamplingHeapProfile> 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.cpp314 auto profile = std::make_unique<Profile>(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Doption.cpp95 std::string Options::profile = ""; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp95 auto profile = jsFunction_->GetProfileTypeInfo(hostThread_); in InstallOsrCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h151 static std::string profile; variable
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp590 const pgo::AotProfilingData::AotMethodProfilingData &profile = profileIt->second; in TryLoadAotMethodProfile() local

12