Home
last modified time | relevance | path

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

12

/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/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/
DAllThreadPanel.java52 … new TopBottomPanel((startNS, endNS, scale) -> AllData.getFuncTreeTopDown(startNS, endNS), null); in AllThreadPanel()
54 … new TopBottomPanel((startNS, endNS, scale) -> AllData.getFuncTreeBottomUp(startNS, endNS), null); in AllThreadPanel()
56 …new FlameSearchChart((startNS, endNS, scale) -> AllData.getFuncTreeFlameChart(startNS, endNS), nul… in AllThreadPanel()
59 … new TopBottomPanel((startNS, endNS, scale) -> PerfData.getFuncTreeTopDown(startNS, endNS), null); in AllThreadPanel()
61 … new TopBottomPanel((startNS, endNS, scale) -> PerfData.getFuncTreeBottomUp(startNS, endNS), null); in AllThreadPanel()
63 …new FlameSearchChart((startNS, endNS, scale) -> PerfData.getFuncTreeFlameChart(startNS, endNS), nu… in AllThreadPanel()
DFlameChart.java100 public void change(long startNS, long endNS, long scale) { in change() argument
102 freshData(startNS, endNS, null, scale); in change()
129 private void freshData(long startNS, long endNS, List<Integer> threadIds, long scale) { in freshData() argument
132 data = iAllThreadDataListener.getAllThreadData(startNS, endNS, scale); in freshData()
271 scale(1); in keyPressed()
274 scale(-1); in keyPressed()
329 private void scale(int index) { in scale() method in FlameChart
DAllThreadSummaryPanel.java55 public void change(long startNS, long endNS, long scale) { in change() argument
DOtherThreadSummaryPanel.java107 public void change(long startNS, long endNS, long scale) { in change() argument
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts80 private scale: number = 0; property in RangeRuler
156 this.scale = max;
158 this.scale = min;
163 if (this.scale == 0) {
164 this.scale = this.scales[0];
167 let yu = this.range.startNS % this.scale;
168 let realW = (this.scale * this.frame.width) / (this.range.endNS - this.range.startNS);
181 let firstNodeWidth = ((this.scale - yu) / this.scale * realW);
189 tmpNs += this.scale;
349 if (this.scale === 50) return;
[all …]
/developtools/hiperf/src/
Dsubcommand_stat.cpp122 double scale = 1.0; in Report() local
134 scale = 1 / (static_cast<double>(it->second->time_enabled) / it->second->time_running); in Report()
137 comment.c_str(), scale * ratio); in Report()
145 const std::string &configName, const __u64 group_id, __u64 &eventCount, double &scale) in FindEventCount() argument
153 scale = static_cast<double>(itr->second->time_enabled) / itr->second->time_running; in FindEventCount()
177 bool SubCommandStat::IsMonitoredAtAllTime(const double &scale) in IsMonitoredAtAllTime() argument
180 return (fabs(scale - 1.0) < SCALE_ERROR_LIMIT); in IsMonitoredAtAllTime()
197 double scale = 1.0; in GetComments() local
199 scale = static_cast<double>(it->second->time_enabled) / it->second->time_running; in GetComments()
203 double used_cpus = it->second->used_cpus * scale; in GetComments()
[all …]
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/ruler/
DRulerFragment.java67 private long scale; field in RulerFragment
120 scale = max; in setRange()
122 scale = min; in setRange()
127 if (scale == 0) { in setRange()
128 scale = scales[0]; in setRange()
156 if (scale == 0) { in draw()
193 realW = (scale * getRect().width) / (rightNS - leftNS); in drawRight2Left()
212 tmpNs -= scale; in drawRight2Left()
217 if (scale == 0) { in drawLeft2Right()
221 long yu = leftNS % scale; in drawLeft2Right()
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerTimeline.ts339 private scale: number = 0;
415 this.scale = max;
417 this.scale = min;
422 if (this.scale == 0) {
423 this.scale = this.scales[0];
426 let yu = this.range.startNS % this.scale;
427 let realW = (this.scale * this.frame.width) / (this.range.endNS - this.range.startNS);
440 let firstNodeWidth = ((this.scale - yu) / this.scale * realW);
448 tmpNs += this.scale;
587 if (this.scale === 50) return;
[all …]
DProcedureWorker.ts64 contextList[e.data.type].scale(e.data.params.dpr, e.data.params.dpr);
89 context.scale(e.data.params.dpr, e.data.params.dpr);
329 context.scale(e.data.params.dpr, e.data.params.dpr);
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/bean/
DCpuScale.java36 private double scale; field in CpuScale
141 return scale; in getScale()
151 this.scale = param; in setScale()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/component/
DDistributedTimeShaft.java91 private long scale; field in DistributedTimeShaft
303 scale(); in keyPressed()
310 scale(); in keyPressed()
376 scale = max; in refreshScale()
378 scale = min; in refreshScale()
383 if (scale == 0) { in refreshScale()
384 scale = scales[0]; in refreshScale()
428 if (scale == 0) { in drawLeft2Right()
432 long yu = startNS % scale; in drawLeft2Right()
437 realW = (scale * rect.width) / (endNS - startNS); in drawLeft2Right()
[all …]
/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/ohosprofiler/src/main/java/ohos/devtools/views/trace/
DTimeShaft.java87 private long scale; field in TimeShaft
306 scale(); in keyPressed()
313 scale(); in keyPressed()
377 scale = max; in setRange()
379 scale = min; in setRange()
384 if (scale == 0) { in setRange()
385 scale = scales[0]; in setRange()
476 private void scale() { in scale() method in TimeShaft
495 Optional.ofNullable(rangeListener).ifPresent(range -> range.change(startNS, endNS, scale)); in notifyRangeChange()
502 Optional.ofNullable(rangeListener).ifPresent(range -> range.change(startNS, endNS, scale)); in notifyRangeChange()
DITimeRange.java32 void change(long startNS, long endNS, long scale); in change() argument
DEventDispatcher.java59 public static void dispatcherRange(long startNS, long endNS, long scale) { in dispatcherRange() argument
67 event.change(startNS, endTimeNs, scale); in dispatcherRange()
DTracePanel.java115 timeShaft = new TimeShaft((startNS, endNS, scale) -> { in TracePanel()
116 EventDispatcher.dispatcherRange(startNS, endNS, scale); in TracePanel()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/listener/
DIAllThreadDataListener.java35 List<DefaultMutableTreeNode> getAllThreadData(long startNS, long endNS, long scale); in getAllThreadData() argument
/developtools/hiperf/include/
Dsubcommand_stat.h94 const std::string &configName, const __u64 group_id, __u64 &eventcount, double &scale);
101 static bool IsMonitoredAtAllTime(const double &scale);
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/perftrace/
DPerfTracePanel.java130 cpuScales.forEach(scale -> { in insertCpuScale()
133 CpuPluginResult.CpuData cpuData = builder.mergeFrom(scale.getData()).build(); in insertCpuScale()
136 scale.setScale(getCpuScale(cpuUsageInfo)); in insertCpuScale()
137scale.setStartNs(TimeUnit.MILLISECONDS.toNanos(cpuUsageInfo.getPrevProcessCpuTimeMs())); in insertCpuScale()
138 scale.setEndNs(TimeUnit.MILLISECONDS.toNanos(cpuUsageInfo.getProcessCpuTimeMs())); in insertCpuScale()
/developtools/ace-js2bundle/ace-loader/test/card/testcase/pages/privateAttr/
DprivateAttr.hml9 …<progress type="scale-ring" percent="{{percent}}" secondarypercent="{{secondarypercent}}" clockwis…
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/
DProfilerScrollbar.java195 BigDecimal scale = divide(hideTime, emptyWidth); in calcTimeRange() local
199 int timeOffset = multiply(scale, movePixel); in calcTimeRange()
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DTraceRow.ts246 this.c?.scale(this.dpr, this.dpr);
261 this.c?.scale(this.dpr, this.dpr);
289 this.c?.scale(dpr, dpr);
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/
DAppTracePanel.java262 cpuScales.forEach(scale -> { in insertCpuScale()
265 CpuPluginResult.CpuData cpuData = builder.mergeFrom(scale.getData()).build(); in insertCpuScale()
268 scale.setScale(getCpuScale(cpuUsageInfo)); in insertCpuScale()
269scale.setStartNs(TimeUnit.MILLISECONDS.toNanos(cpuUsageInfo.getPrevProcessCpuTimeMs())); in insertCpuScale()
270 scale.setEndNs(TimeUnit.MILLISECONDS.toNanos(cpuUsageInfo.getProcessCpuTimeMs())); in insertCpuScale()
DDataPanel.java122 public void change(long startNS, long endNS, long scale) { in change() argument

12