Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 9 of 9) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_stat.cpp220 const PerfEvents::Summary &summary, VirtualRuntime& virtualInstance) in InitPerMap() argument
222 newPerMap->cpu = summary.cpu; in InitPerMap()
226 newPerMap->tid = summary.tid; in InitPerMap()
227 newPerMap->pid = thread_map_.find(summary.tid)->second.pid; in InitPerMap()
232 newPerMap->threadName = virtualInstance.ReadThreadName(summary.tid, isTid); in InitPerMap()
235 void SubCommandStat::GetPerKey(std::string &perKey, const PerfEvents::Summary &summary) in GetPerKey() argument
239 perKey += std::to_string(summary.cpu); in GetPerKey()
243 perKey += std::to_string(summary.tid); in GetPerKey()
325 bool SubCommandStat::FindPerCoreEventCount(PerfEvents::Summary &summary, __u64 &eventCount, double … in FindPerCoreEventCount() argument
327 eventCount = summary.eventCount; in FindPerCoreEventCount()
[all …]
/developtools/hiperf/include/
Dsubcommand_stat.h130 static void GetPerKey(std::string &perKey, const PerfEvents::Summary &summary);
137 const PerfEvents::Summary &summary, VirtualRuntime& virtualInstance);
138 … static bool FindPerCoreEventCount(PerfEvents::Summary &summary, __u64 &eventCount, double &scale);
139 …static bool FindPercoreRunningTime(PerfEvents::Summary &summary, double &running_time_in_sec, doub…
141 PerfEvents::Summary &summary, std::string &configName);
142 static std::string HandleOtherConfig(double &comment, PerfEvents::Summary &summary,
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneSummary.ts36 private summary: Array<ConstructorItem> = []; property in TabPaneSummary
83 this.summary = [];
90 this.summary = [];
92 …this.summary = HeapDataInterface.getInstance().getClassesListForSummary(file.id, minNodeId, maxNod…
94 this.summary.forEach((summaryEl: any) => {
110 if (this.summary.length > 0) {
111 this.summaryData = this.summary;
112 this.tblSummary!.snapshotDataSource = this.summary;
198 this.tblSummary!.snapshotDataSource = this.summary;
205 this.leftArray = [...this.summary];
[all …]
/developtools/profiler/tools/smaps_show/src/
Dmain.rs141 let mut summary = VmStruct { in print_smaps_core() localVariable
167 summary.add(&n, v); in print_smaps_core()
169 summary.counts += i.counts; in print_smaps_core()
175 …let mut rsum = Row::new(value_keys.into_iter().map(|&x| value_to_cell(&summary, x.0, x.1)).collect… in print_smaps_core()
177 rsum.add_cell(info_to_cell(&summary, ik.0, true)); in print_smaps_core()
/developtools/ace_ets2bundle/compiler/
D.nycrc18 "text-summary",
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/memory_data/
Dmemory_plugin_config.proto35 …// set true to report application memory usage summary, eg:java heap memory, native heap, stack me…
/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_hiperf.md29 ![GitHub Logo](../../figures/perf/summary.jpg)
/developtools/profiler/protos/types/plugins/memory_data/
Dmemory_plugin_config.proto35 …// set true to report application memory usage summary, eg:java heap memory, native heap, stack me…
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts564 let summary = (sp.traceSheetEL!.shadowRoot!.querySelector('#tabs') as LitTabs) variable
567 summary.initSummaryData(sp.snapshotFiles!, minNodeId, maxNodeId);