Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling-disasm-inl.h37 inline void DestroyProfile([[maybe_unused]] ProfileContainer profile, [[maybe_unused]] ark::panda_f… in DestroyProfile()
47 inline ProfileType FindMethodInProfile([[maybe_unused]] ProfileContainer profile, in FindMethodInProfile()
60 inline void DumpProfile([[maybe_unused]] ProfileType profile, [[maybe_unused]] ark::panda_file::Sou… in DumpProfile()
/arkcompiler/toolchain/tooling/test/testcases/
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
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
/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/agent/
Dheapprofiler_impl.cpp173 std::unique_ptr<SamplingHeapProfile> profile; in GetSamplingProfile() local
198 std::unique_ptr<SamplingHeapProfile> profile; in StopSampling() local
356 …HeapProfilerImpl::GetSamplingProfile([[maybe_unused]] std::unique_ptr<SamplingHeapProfile> *profil… in GetSamplingProfile()
377 …ponse HeapProfilerImpl::StopSampling([[maybe_unused]] std::unique_ptr<SamplingHeapProfile> *profil… in StopSampling()
Dprofiler_impl.cpp149 std::unique_ptr<Profile> profile; in Stop() local
272 DispatchResponse ProfilerImpl::Stop(std::unique_ptr<Profile> *profile) in Stop()
/arkcompiler/toolchain/tooling/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.h900 ConsoleProfileFinished &SetProfile(std::unique_ptr<Profile> profile) in SetProfile()
Dpt_types.cpp2381 std::unique_ptr<SamplingHeapProfile> profile = std::make_unique<SamplingHeapProfile>(); in FromSamplingInfo() local
2592 auto profile = std::make_unique<Profile>(); in Create() local
2743 auto profile = std::make_unique<Profile>(); in FromProfileInfo() local
/arkcompiler/toolchain/tooling/client/domain/
Dprofiler_client.cpp171 std::unique_ptr<PtJson> profile; in RecvProfilerResult() local
Dheapprofiler_client.cpp306 std::unique_ptr<PtJson> profile; in SaveHeapsamplingData() local
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameFileNameTransformer.ts75 let profile: IFileNameObfuscationOption | undefined; variable
/arkcompiler/toolchain/tooling/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.cpp373 std::unique_ptr<ScriptTypeProfile> profile = ScriptTypeProfile::Create(*ptJson); in HWTEST_F_L0() local
673 Profile profile; in HWTEST_F_L0() local
868 …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/jit/
Djit_task.cpp96 auto profile = jsFunction_->GetProfileTypeInfo(); in InstallOsrCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp276 maplecl::Option<bool> profile({"--p", "-p"}, " -p \tGenerate profiling in… variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Doption.cpp103 std::string Options::profile = ""; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h145 static std::string profile; variable

12