| /developtools/smartperf_host/ide/src/base-ui/chart/pagenation/ |
| D | PageNation.ts | 35 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/ |
| D | TabPaneThreadStates.ts | 81 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/ |
| D | PageNation.test.ts | 31 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/ |
| D | ProcedureWorkerHiPerfReport.ts | 123 .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);
|
| D | ProcedureWorkerHiPerfCallChart.ts | 195 .reduce((pre, current) => { 196 …(pre[`${current.frame.x}-${current.depth}`] = pre[`${current.frame.x}-${current.depth}`] || []).pu…
|
| D | ProcedureWorkerHiPerfEvent.ts | 103 .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/ |
| D | TabPaneNMSampleList.test.ts | 37 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/ |
| D | SpApplicationPublicFunc.ts | 487 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/ |
| D | ProcedureLogicWorkerCpuState.ts | 79 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/ |
| D | NativeMemoryDataReceiver.ts | 385 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/ |
| D | ProcedureWorkerSoInit.ts | 99 .reduce((pre: any, current, index, arr) => { 100 if (current.frame) { 101 …(pre[`${current.frame.x}-${current.depth}`] = pre[`${current.frame.x}-${current.depth}`] || []).pu…
|
| D | ProcedureWorkerJank.ts | 110 .reduce((pre, current, index, arr) => { 111 …(pre[`${current.frame.x}-${current.depth}`] = pre[`${current.frame.x}-${current.depth}`] || []).pu…
|
| D | ProcedureWorkerFunc.ts | 117 .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/ |
| D | DatabaseUtils.ts | 464 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/ |
| D | DatabaseEntity.ets | 371 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/ |
| D | NativeHook.ts | 95 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/ |
| D | LitChartColumn.ts | 94 .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/ |
| D | NativeHook.test.ts | 246 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/ |
| D | PowerDubai.ets | 37 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/ |
| D | DataFilter.ts | 162 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/ |
| D | TabPanePowerBattery.ts | 49 current: [], 70 { name: 'Current', value: powerData.POWER_IDE_BATTERY.current + ' mA' },
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.ts | 185 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/ |
| D | index_map.cpp | 257 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/ |
| D | SpHiPerf.ts | 278 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/ |
| D | ehdr_from_readelf_32 | 5 Version: 1 (current)
|