Home
last modified time | relevance | path

Searched refs:maxDuration (Results 1 – 23 of 23) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatistics.ts87 maxDuration: Utils.getProbablyTime(item.maxDuration),
116 maxDuration: 0,
153 fileStatisticsObj.maxDuration =
154 …fileStatisticsObj.maxDuration >= item.maxDuration ? fileStatisticsObj.maxDuration : item.maxDurati…
165 maxDuration: item.maxDuration,
182 fileStatisticsAllNode.maxDuration =
183 …fileStatisticsAllNode.maxDuration >= item.maxDuration ? fileStatisticsAllNode.maxDuration : item.m…
DTabPaneIOTierStatistics.ts89 maxDuration: Utils.getProbablyTime(initIoTierItem.maxDuration),
122 maxDuration: 0,
137 ioTierAllNode.maxDuration =
138 …ioTierAllNode.maxDuration >= resultItem.maxDuration ? ioTierAllNode.maxDuration : resultItem.maxDu…
160 currentFatherObject.maxDuration =
161 currentFatherObject.maxDuration >= resultItem.maxDuration
162 ? currentFatherObject.maxDuration
163 : resultItem.maxDuration;
183 currentChildObject.maxDuration =
184 currentChildObject.maxDuration >= resultItem.maxDuration
[all …]
DTabPaneVirtualMemoryStatistics.ts100 maxDuration: Utils.getProbablyTime(initVmMemoryStatItem.maxDuration),
132 maxDuration: 0,
147 vmMemoryStatAllNode.maxDuration =
148 …vmMemoryStatAllNode.maxDuration >= item.maxDuration ? vmMemoryStatAllNode.maxDuration : item.maxDu…
225 vmMemoryStatFatherObj.maxDuration =
226 …vmMemoryStatFatherObj.maxDuration >= item.maxDuration ? vmMemoryStatFatherObj.maxDuration : item.m…
243 vmMemoryStatChildObj.maxDuration =
244 …vmMemoryStatChildObj.maxDuration >= item.maxDuration ? vmMemoryStatChildObj.maxDuration : item.max…
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerSPT.ts136 process.maxDuration = Math.max(process.maxDuration, slice.dur!);
143 thread.maxDuration = Math.max(thread.maxDuration, slice.dur!);
150 state.maxDuration = Math.max(state.maxDuration, slice.dur!);
173 maxDuration: slice.dur || 0,
184 maxDuration: slice.dur || 0,
194 maxDuration: slice.dur || 0,
209 maxDuration: slice.dur || 0,
230 maxDuration: slice.dur || 0,
242 maxDuration: slice.dur || 0,
252 maxDuration: slice.dur || 0,
[all …]
DProcedureLogicWorkerSchedulingAnalysis.ts258 it.maxDurationStr = getProbablyTime(it.maxDuration);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/jank/
DTabPaneFrames.ts81 appFrame.maxDurationStr = appFrame.maxDuration + '';
87 rsFrame.maxDurationStr = rsFrame.maxDuration + '';
93 noFrame.maxDurationStr = noFrame.maxDuration + '';
113 appJank.maxDuration = Math.max(structValue.dur, appJank.maxDuration);
129 noJank.maxDuration = Math.max(structValue.dur, noJank.maxDuration);
150 rsJank.maxDuration = Math.max(structValue.dur, rsJank.maxDuration!);
173 appJank.maxDuration = Math.max(structValue.dur, appJank.maxDuration!);
192 noJank.maxDuration = Math.max(structValue.dur!, noJank.maxDuration!);
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatistics.test.ts97 maxDuration: '',
108 maxDuration: '',
129 maxDuration: '',
142 maxDuration: '',
151 maxDuration: '',
185 maxDuration: 7,
DTabPaneIOTierStatistics.test.ts100 maxDuration: 6668084,
112 maxDuration: 5916167,
124 maxDuration: 6806334,
136 maxDuration: 5033292,
DTabPaneVirtualMemoryStatistics.test.ts51 maxDuration: 10,
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/irq/
DTabPaneIrqCounter.ts51 selectData.maxDuration = item.wallDuration;
52 selectData.maxDurationFormat = (item.maxDuration / 1000).toFixed(2);
117 … return (type === 1 ? 1 : -1) * (irqCounterLeftData.maxDuration - irqCounterRightData.maxDuration);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/
DTabPaneSchedPriority.ts167 if (priorityItem.dur > priorityMapObj!.maxDuration) {
168 priorityMapObj!.maxDuration = priorityItem.dur;
177 stateMapObj.maxDuration = priorityItem.dur;
188 if (priorityItem.dur > ptsPtMapObj!.maxDuration) {
189 ptsPtMapObj!.maxDuration = priorityItem.dur;
198 ptsPtMapObj.maxDuration = priorityItem.dur;
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/irq/
DTabPaneIrqCounter.test.ts69 maxDuration: 5239,
80 maxDuration: 56756,
/developtools/smartperf_host/ide/test/trace/bean/
DStateProcessThread.test.ts25 maxDuration: 0,
34 maxDuration: expect.any(Number),
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/cpu/
DTabPaneSPT.test.ts100 maxDuration: 36220,
120 maxDuration: 524660,
DTabPanePTS.test.ts89 maxDuration: 6333,
DTabPaneCounterSample.test.ts97 maxDuration: 56788,
DTabPaneFrequencySample.test.ts97 maxDuration: 63332,
/developtools/smartperf_host/ide/src/trace/bean/
DJankFramesStruct.ts20 maxDuration: number = -1; property in JankFramesStruct
DStateProcessThread.ts24 maxDuration: number = 0;
DBoxSelection.ts1019 maxDuration: number = 0; property in SelectionData
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts1446 let maxDuration = 0; variable
1466 maxDuration = Math.max(maxDuration, it.dur!);
1475 maxDuration = Math.max(maxDuration, this.selectWakeupBean.dur);
1483 this.updateTableSettings(maxPriority, maxPriorityDuration, maxDuration);
1488 …private updateTableSettings(maxPriority: number, maxPriorityDuration: number, maxDuration: number)…
1490 …((data.priority === maxPriority && data.dur === maxPriorityDuration) || data.dur === maxDuration) {
/developtools/smartperf_host/ide/test/trace/component/
DSpSystemTrace.test.ts346 maxDuration: 1,
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts1535 let endNS = ev.maxDuration + startNS;
1544 startNS: startNS - ev.maxDuration,
1545 endNS: endNS + ev.maxDuration,