Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 59) sorted by relevance

123

/developtools/smartperf_host/ide/src/base-ui/chart/pagenation/
DPageNation.ts35 current: 1,
59 this.pageInfo.current = options.current || 1;
97 this.inputBox.value = this.pageInfo.current;
184 const { current, totalpage } = this.pageInfo; constant
191 if (current <= 1) {
199 if (current >= totalpage) {
206 this.inputBox.value = current;
209 this.pageInfo.change(this.pageInfo.current);
214 const { pageSize, current, totalpage } = this.pageInfo;//Clean the ul before each load constant
227 this.buildLi(origin, i, current);
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneThreadStates.ts81 let target = threadStatDetail.reduce((map, current) => {
82 let mapKey = `${current.pid}-${current.tid}`;
83 let key = `${current.state}-${mapKey}`;
87 pre.dur = current.ts - pre.ts;
97 if (current.dur === -1) {
99 current.dur = 0;
100 durExceptionDataMap.set(mapKey, current);
102 if (current.ts < leftNs && current.dur > 0) {
103 current.dur = current.dur - (leftNs - current.ts);
105 if (current.ts + current.dur > rightNs && current.dur > 0) {
[all …]
/developtools/smartperf_host/ide/test/base-ui/chart/pagenation/
DPageNation.test.ts31 current: 1,
44 current: 1,
49 expect(pageNation.pageInfo.current).toEqual(1);
57 current: 1,
70 current: 5,
83 current: 149,
96 current: 11,
109 current: 1,
/developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/
DProcedureWorkerHiPerfReport.ts123 .reduce((pre, current, index, arr) => {
124 if (!pre[`${current.frame.x}`]) {
125 pre[`${current.frame.x}`] = [];
126 pre[`${current.frame.x}`].push(current);
128 hiPerfFilters.push(current);
131 hiPerfFilters.push(current);
135 Math.abs(current.frame.x - hiPerfFilters[hiPerfFilters.length - 1].frame.x) > 4
137 hiPerfFilters.push(current);
178 .reduce((pre, current) => {
179 (pre[current['timestamp_group']] = pre[current['timestamp_group']] || []).push(current);
DProcedureWorkerHiPerfCallChart.ts195 .reduce((pre, current) => {
196 …(pre[`${current.frame.x}-${current.depth}`] = pre[`${current.frame.x}-${current.depth}`] || []).pu…
DProcedureWorkerHiPerfEvent.ts103 .reduce((pre, current) => {
104 (pre[current['timestamp_group']] = pre[current['timestamp_group']] || []).push(current);
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.test.ts37 current: '',
70 current: 0,
89 current: '',
106 current: '',
140 current: '',
156 current: 'left',
172 current: 'right',
233 current: '',
261 current: '',
289 current: '',
[all …]
/developtools/smartperf_host/ide/src/trace/
DSpApplicationPublicFunc.ts487 let current = new Date();
488 let year = '' + current.getFullYear();
489 let month = ('0' + (current.getMonth() + 1)).slice(-2);
490 let day = ('0' + current.getDate()).slice(-2);
491 let hours = ('0' + current.getHours()).slice(-2);
492 let minutes = ('0' + current.getMinutes()).slice(-2);
493 let seconds = ('0' + current.getSeconds()).slice(-2);
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerCpuState.ts79 let current = arr[i];
80 if (current.startTs > last.endTs) {
84 cs.dur = current.startTs - last.endTs;
85 cs.endTs = current.startTs;
88 source.push(current);
/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DNativeMemoryDataReceiver.ts385 cache!.dataList.reduce((pre, current, index) => {
386 … if (current.dur > 0 && current.startTime + current.dur >= startNS && current.startTime <= endNS) {
387 if (dur2Width(current.startTime, current.dur, startNS, endNS || totalNS, frame) >= 1) {
389 dataSource.startTime.push(current.startTime);
390 dataSource.dur.push(current.dur);
391 dataSource.density.push(current.density);
392 dataSource.heapSize.push(current.heapSize);
395 if (current.startTime > startNS && current.startTime < endNS) {
396 x = Math.trunc(ns2x(current.startTime, startNS, endNS, totalNS, frame));
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerSoInit.ts99 .reduce((pre: any, current, index, arr) => {
100 if (current.frame) {
101 …(pre[`${current.frame.x}-${current.depth}`] = pre[`${current.frame.x}-${current.depth}`] || []).pu…
DProcedureWorkerJank.ts110 .reduce((pre, current, index, arr) => {
111 …(pre[`${current.frame.x}-${current.depth}`] = pre[`${current.frame.x}-${current.depth}`] || []).pu…
DProcedureWorkerFunc.ts117 .reduce((pre, current, index, arr) => {
118 …(pre[`${current.frame.x}-${current.depth}`] = pre[`${current.frame.x}-${current.depth}`] || []).pu…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts464 let current = resultSet.getString(resultSet.getColumnIndex("current")) variable
465 let tPowerSensorInfo = new TPowerSensorInfo( "", sensor, power, current,"")
495 let current = resultSet.getString(resultSet.getColumnIndex("current")) variable
496 let tPowerSensorInfo = new TPowerSensorInfo( "", sensor, power, current,"")
531 let current = resultSet.getString(resultSet.getColumnIndex("current")) variable
532 let tPowerSensorInfo = new TPowerSensorInfo( "", sensor, power, current,"")
568 let current = resultSet.getString(resultSet.getColumnIndex("current")) variable
569 let tPowerSensorInfo = new TPowerSensorInfo( "", sensor, power, current,"")
604 let current = resultSet.getString(resultSet.getColumnIndex("current")) variable
605 let tPowerSensorInfo = new TPowerSensorInfo( "", sensor, power, current,"")
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DDatabaseEntity.ets371 public current: String;
374 …constructor(id ?: String, taskId ?: String, application ?: String, power ?: String, current ?: Str…
379 this.current = current
392 setCurrent(current?: String){
393 this.current = current
404 public current: string;
407 …constructor( taskId ?: string, sensor ?:string, power ?: string, current ?: string, percent ?: str…
411 this.current = current
424 setCurrent(current: string) {
425 this.current = current
/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts95 current: string = ''; property in NativeHookSamplerInfo
117 this.current = Utils.getByteWithUnit(this.currentSize);
124 current: number = 0; property in NativeHookSampleQueryInfo
/developtools/smartperf_host/ide/src/base-ui/chart/column/
DLitChartColumn.ts94 .reduce((pre, current) => pre + current, 0)}</label>`;
141 .reduce((pre, current) => pre + current, 0)}</label>`;
291 let reduceGroup = this.litChartColumnCfg!.data.reduce((pre, current, index, arr) => {
292 …(pre[current[this.litChartColumnCfg!.xField]] = pre[current[this.litChartColumnCfg!.xField]] || []…
293 current
298 …(reduceGroup[k] as any[]).reduce((pre, current) => pre + current[this.litChartColumnCfg!.yField], …
/developtools/smartperf_host/ide/test/trace/bean/
DNativeHook.test.ts246 current: 'current',
261 current: expect.any(String),
292 current: 0,
307 current: expect.any(Number),
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DPowerDubai.ets37 sumCurrent+=Number(this.tPowerSensorList[i].current.toString())
43 this.tPowerSensorList.sort((a, b) => parseInt(a.current) - parseInt(b.current));
84 Text(powerSensor.current)
133 Text(powerApp.current)
/developtools/smartperf_host/ide/src/trace/database/data-trafic/utils/
DDataFilter.ts162 return array.reduce((pre, current, index, arr) => {
163 (pre[current[key]] = pre[current[key]] || []).push(current);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/
DTabPanePowerBattery.ts49 current: [],
70 { name: 'Current', value: powerData.POWER_IDE_BATTERY.current + ' mA' },
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.ts185 copyTypes[index].current = copyTypes[index].growth;
187 copyTypes[index].growth -= item.current;
193 item.current = item.growth;
212 childSample.currentSize = child.current;
213 childSample.current = Utils.getByteWithUnit(child.current);
/developtools/smartperf_host/trace_streamer/src/base/
Dindex_map.cpp257 auto current = current_; in CurrentRow() local
259 return current; in CurrentRow()
261 return rowIndex_[current]; in CurrentRow()
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiPerf.ts278 let pt: Map<string, any> = threadData.reduce((map: Map<string, any>, current: any) => {
279 const key = `${current.processName || 'Process'}(${current.pid})`;
281 key: `${current.tid}-t`,
282 title: `${current.threadName || 'Thread'}(${current.tid})`,
292 key: `${current.pid}-p`,
/developtools/hiperf/test/unittest/resource/testdata/
Dehdr_from_readelf_325 Version: 1 (current)

123