Home
last modified time | relevance | path

Searched refs:scale (Results 1 – 25 of 48) sorted by relevance

12

/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DEBPFSender.ts21 scale: number,
45 scale: scale,
58 scale: number,
84 scale: scale,
92 export function fileSysVMSender(scale: number, row: TraceRow<EBPFChartStruct>): Promise<EBPFChartSt…
113 scale: scale,
DEBPFReceiver.ts126 if (data.params.scale > 40_000_000) {
136 if (data.params.scale > 40_000_000) {
146 if (data.params.scale > 40_000_000) {
/developtools/ace_js2bundle/ace-loader/test/card/testError/pages/transition/
Dtransition.css9 transform: translate(0px) rotate(0deg) scale(1.0);
13 transform: translate(100px) rotate(180deg) scale(2.0);
18 transition-enter: "translate(100px) rotate(180deg) scale(2.0)";
19 transition-exit: 'translate(100px) rotate(180deg) scale(2.0)';
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts74 scale: number; property
121 private scale: number = 0; property in RangeRuler
211 let rangeYu = this.range.startNS % this.scale;
212 let rangeRealW = (this.scale * this.frame.width) / (this.range.endNS - this.range.startNS);
223 this.range.scale = this.scale;
225 let first_NodeWidth = ((this.scale - rangeYu) / this.scale) * rangeRealW;
227 tempNs += this.scale - rangeYu;
229 this.range.xsTxt.push(ns2UnitS(tempNs + this.range.startNS, this.scale));
233 tempNs += this.scale;
235 this.range.xsTxt.push(ns2UnitS(tempNs + this.range.startNS, this.scale));
[all …]
/developtools/hiperf/src/
Dsubcommand_stat.cpp288 double scale = 1.0; in ReportNormal() local
300 scale = 1 / (static_cast<double>(it->second->time_enabled) / it->second->time_running); in ReportNormal()
303 comment.c_str(), scale * ratio); in ReportNormal()
310 const std::string &configName, const __u64 group_id, __u64 &eventCount, double &scale) in FindEventCount() argument
318 scale = static_cast<double>(itr->second->time_enabled) / itr->second->time_running; in FindEventCount()
325 …bCommandStat::FindPerCoreEventCount(PerfEvents::Summary &summary, __u64 &eventCount, double &scale) in FindPerCoreEventCount() argument
329 scale = static_cast<double>(summary.time_enabled) / summary.time_running; in FindPerCoreEventCount()
399 double scale = 1.0; in GetDetailComments() local
401 scale = static_cast<double>(summary.time_enabled) / summary.time_running; in GetDetailComments()
404 comment += countEvent->used_cpus * scale; in GetDetailComments()
[all …]
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerTimeline.ts401 private scale: number = 0;
460 this.scale = max;
462 this.scale = min;
467 if (this.scale == 0) {
468 this.scale = this.scales[0];
490 let timeLineYu = this.range.startNS % this.scale;
491 let timeLineRealW = (this.scale * this.frame.width) / (this.range.endNS - this.range.startNS);
504 let firstNodeWidth = ((this.scale - timeLineYu) / this.scale) * timeLineRealW;
512 tmpNs += this.scale;
669 if (this.scale === 50) return;
[all …]
DProcedureWorker.ts165 contextList[e.data.type].scale(e.data.params.dpr, e.data.params.dpr);
213 req.scale = e.data.params.scale;
231 req.context.scale(e.data.params.dpr, e.data.params.dpr);
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiPerf.ts385 TraceRow.range?.scale || 50,
391 …HiPerfCpuStruct.hoverStruct = cpuMergeRow.getHoverStruct(false, (TraceRow.range?.scale || 50) <= 3…
405 scale: TraceRow.range?.scale || 50,
440 TraceRow.range?.scale || 50,
446 …HiPerfCpuStruct.hoverStruct = perfCpuRow.getHoverStruct(false, (TraceRow.range?.scale || 50) <= 30…
460 scale: TraceRow.range?.scale || 50,
505 TraceRow.range?.scale || 50,
511 …HiPerfProcessStruct.hoverStruct = row.getHoverStruct(false, (TraceRow.range?.scale || 50) <= 30_00…
528 scale: TraceRow.range?.scale || 50,
560 TraceRow.range?.scale || 50,
[all …]
DSpEBPFChart.ts111 …return fileSystemSender(2, TraceRow.range?.scale || 50, logicalReadRow).then((res: Array<EBPFChart…
154 …return fileSystemSender(3, TraceRow.range?.scale || 50, logicalWriteRow).then((res: Array<EBPFChar…
198 return diskIoSender(true, 0, [1, 2, 3, 4], TraceRow.range?.scale || 50, diskIoRow).then(
247 … return diskIoSender(false, process['ipid'], [1, 3], TraceRow.range?.scale || 50, rowRead).then(
290 … return diskIoSender(false, process['ipid'], [2, 4], TraceRow.range?.scale || 50, rowWrite).then(
338 …return fileSysVMSender(TraceRow.range?.scale || 50, vmTraceRow).then((res: Array<EBPFChartStruct>)…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DViewPortHandler.ets23 …ains information about the charts current viewport settings, including offsets, scale & translation
43 * minimum scale value on the y-axis
48 * maximum scale value on the y-axis
53 * minimum scale value on the x-axis
58 * maximum scale value on the x-axis
63 * contains the current scale factor of the x-axis
68 * contains the current scale factor of the y-axis
227 * Post-scales by the specified scale factors.
248 * Sets the scale factor to the specified values.
353 // make sure scale and translation are within their bounds
[all …]
/developtools/smartperf_host/ide/src/trace/database/data-trafic/hiperf/
DHiperfProcessDataSender.ts24 scale: number,
53 scale: scale,
DHiperfCpuDataSender.ts24 scale: number,
51 scale: scale,
DHiperfThreadDataSender.ts23 scale: number,
42 scale: scale,
/developtools/smartperf_host/ide/src/trace/component/trace/
DTimerShaftElement.ts65 export function ns2UnitS(ns: number, scale: number): string {
68 if (scale >= 10_000_000_000) {
70 } else if (scale >= 1_000_000_000) {
72 } else if (scale >= 100_000_000) {
74 } else if (scale >= 10_000_000) {
76 } else if (scale >= 1_000_000) {
78 } else if (scale >= 100_000) {
295 scale: 0,
340 this.ctx?.scale(this.dpr, this.dpr);
/developtools/hiperf/include/
Dsubcommand_stat.h117 const std::string &configName, const __u64 group_id, __u64 &eventcount, double &scale);
124 static bool IsMonitoredAtAllTime(const double &scale);
138 … static bool FindPerCoreEventCount(PerfEvents::Summary &summary, __u64 &eventCount, double &scale);
143 … double running_time_in_sec, double scale, bool findRunningTime);
/developtools/ace_js2bundle/ace-loader/test/card/testError/pages/amimation/
Damimation.css38 transform:translate(0px) rotate(0deg) scale(1.0);
41 transform-style:translate(100px) rotate(180deg) scale(2.0);
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DScaleMode.ets64 this.leftAxisModel.scale(this.scaleY)
65 this.rightAxisModel.scale(this.scaleY)
82 this.leftAxisModel.scale(this.scaleY)
83 this.rightAxisModel.scale(this.scaleY)
/developtools/smartperf_host/ide/src/base-ui/chart/
Dhelper.ts23 c.getContext('2d', { alpha: true })?.scale(dpr, dpr);
/developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/privateAttr/
DprivateAttr.hml9 …<progress type="scale-ring" percent="{{percent}}" secondarypercent="{{secondarypercent}}" clockwis…
/developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/
DProcedureWorkerHiPerfCPU2.ts23 let groupBy10MS = req.scale > 30_000_000;
DProcedureWorkerHiPerfThread2.ts23 let groupBy10MS = req.scale > 30_000_000;
DProcedureWorkerHiPerfProcess2.ts23 let groupBy10MS = req.scale > 30_000_000;
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerHiPerfCPU.test.ts106 scale: 100_000_001,
DProcedureWorkerHiPerfProcess.test.ts116 scale: 100_070_001,
DProcedureWorkerHiPerfEvent.test.ts146 scale: 100_000_001,

12