| /developtools/smartperf_host/ide/src/base-ui/chart/pagenation/ |
| D | PageNation.ts | 35 current: 1, 59 this.pageInfo.current = options.current || 1; 146 this.inputBox.value = this.pageInfo.current; 183 const { current, totalpage } = this.pageInfo; constant 190 if (current <= 1) { 198 if (current >= totalpage) { 205 this.inputBox.value = current; 208 this.pageInfo.change(this.pageInfo.current); 215 const { pageSize, current, totalpage } = this.pageInfo; constant 228 this.buildLi(origin, i, current); [all …]
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/chart/pagenation/ |
| D | PageNation.ts | 35 current: 1, 59 this.pageInfo.current = options.current || 1; 146 this.inputBox.value = this.pageInfo.current; 183 const { current, totalpage } = this.pageInfo; constant 190 if (current <= 1) { 198 if (current >= totalpage) { 205 this.inputBox.value = current; 208 this.pageInfo.change(this.pageInfo.current); 215 const { pageSize, current, totalpage } = this.pageInfo; constant 231 if (i + 1 === current) { [all …]
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerHiPerfReport.ts | 120 .reduce((pre, current, index, arr) => { 121 if (!pre[`${current.frame.x}`]) { 122 pre[`${current.frame.x}`] = []; 123 pre[`${current.frame.x}`].push(current); 125 hiPerfFilters.push(current); 128 hiPerfFilters.push(current); 131 Math.abs(current.frame.x - hiPerfFilters[hiPerfFilters.length - 1].frame.x) > 4 133 hiPerfFilters.push(current); 152 .reduce((pre, current) => { 153 (pre[current['timestamp_group']] = pre[current['timestamp_group']] || []).push(current);
|
| D | ProcedureWorkerFileSystem.ts | 217 .reduce((pre, current, index, arr) => { 218 (pre[`${current.frame.x}`] = pre[`${current.frame.x}`] || []).push(current); 325 .reduce((pre, current) => { 326 (pre[current['timestamp_group']] = pre[current['timestamp_group']] || []).push(current); 379 .reduce((pre, current) => { 380 … if (pre[current['timestamp_group']] == undefined || pre[current['timestamp_group']] == null) { 381 pre[current['timestamp_group']] = []; 383 if (pre[current['timestamp_group']].length > 0) { 384 let p = pre[current['timestamp_group']][0]; 385 if (p.dur < current.dur) { [all …]
|
| D | ProcedureWorkerSoInit.ts | 105 .reduce((pre: any, current, index, arr) => { 106 if (current.frame) { 107 …(pre[`${ current.frame.x }-${ current.depth }`] = pre[`${ current.frame.x }-${ current.depth }`] |…
|
| D | ProcedureWorkerCpuProfiler.ts | 100 .reduce((pre, current) => { 101 …(pre[`${current.frame.x}-${current.depth}`] = pre[`${current.frame.x}-${current.depth}`] || []).pu…
|
| D | ProcedureWorkerHiPerfEvent.ts | 99 .reduce((pre, current) => { 100 (pre[current['timestamp_group']] = pre[current['timestamp_group']] || []).push(current);
|
| D | ProcedureWorkerFunc.ts | 107 .reduce((pre, current, index, arr) => { 108 …(pre[`${current.frame.x}-${current.depth}`] = pre[`${current.frame.x}-${current.depth}`] || []).pu…
|
| D | ProcedureWorkerJank.ts | 107 .reduce((pre, current, index, arr) => { 108 …(pre[`${ current.frame.x }-${ current.depth }`] = pre[`${ current.frame.x }-${ current.depth }`] |…
|
| /developtools/smartperf_host/ide/test/base-ui/chart/pagenation/ |
| D | PageNation.test.ts | 33 current: 1, 46 current: 1, 51 expect(pageNation.pageInfo.current).toEqual(1); 59 current: 1, 72 current: 5, 85 current: 149, 98 current: 11, 111 current: 1,
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.test.ts | 44 current: '', 78 current: 0, 97 current: '', 114 current: '', 148 current: '', 164 current: 'left', 180 current: 'right', 241 current: '', 265 current: '', 289 current: '', [all …]
|
| /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/profiler/host/smartperf/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/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerHiPerfReport.ts | 225 .reduce((pre, current, index, arr) => { 226 if (!pre[`${current.frame.x}`]) { 227 pre[`${current.frame.x}`] = []; 228 pre[`${current.frame.x}`].push(current); 230 res.push(current); 233 res.push(current); 235 … if (res[res.length - 1] && Math.abs(current.frame.x - res[res.length - 1].frame.x) > 4) { 236 res.push(current); 255 .reduce((pre, current) => { 256 (pre[current['timestamp_group']] = pre[current['timestamp_group']] || []).push(current);
|
| D | ProcedureWorkerFileSystem.ts | 226 .reduce((pre, current, index, arr) => { 227 (pre[`${current.frame.x}`] = pre[`${current.frame.x}`] || []).push(current); 334 .reduce((pre, current) => { 335 (pre[current['timestamp_group']] = pre[current['timestamp_group']] || []).push(current); 388 .reduce((pre, current) => { 389 … if (pre[current['timestamp_group']] == undefined || pre[current['timestamp_group']] == null) { 390 pre[current['timestamp_group']] = []; 392 if (pre[current['timestamp_group']].length > 0) { 393 let p = pre[current['timestamp_group']][0]; 394 if (p.dur < current.dur) { [all …]
|
| D | ProcedureWorkerSoInit.ts | 104 .reduce((pre: any, current, index, arr) => { 105 if(current.frame) { 106 …(pre[`${current.frame.x}-${current.depth}`] = pre[`${current.frame.x}-${current.depth}`] || []).pu…
|
| D | ProcedureWorkerFunc.ts | 106 .reduce((pre, current, index, arr) => { 107 …(pre[`${current.frame.x}-${current.depth}`] = pre[`${current.frame.x}-${current.depth}`] || []).pu…
|
| D | ProcedureWorkerJank.ts | 108 .reduce((pre, current, index, arr) => { 109 …(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 | 451 let current = resultSet.getString(resultSet.getColumnIndex("current")) variable 452 let tPowerSensorInfo = new TPowerSensorInfo( "", sensor, power, current,"") 481 let current = resultSet.getString(resultSet.getColumnIndex("current")) variable 482 let tPowerSensorInfo = new TPowerSensorInfo( "", sensor, power, current,"") 516 let current = resultSet.getString(resultSet.getColumnIndex("current")) variable 517 let tPowerSensorInfo = new TPowerSensorInfo( "", sensor, power, current,"") 553 let current = resultSet.getString(resultSet.getColumnIndex("current")) variable 554 let tPowerSensorInfo = new TPowerSensorInfo( "", sensor, power, current,"") 588 let current = resultSet.getString(resultSet.getColumnIndex("current")) variable 589 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/profiler/host/smartperf/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/profiler/host/smartperf/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>`; 245 let reduceGroup = this.litChartColumnCfg.data.reduce((pre, current, index, arr) => { 246 …(pre[current[this.litChartColumnCfg!.xField]] = pre[current[this.litChartColumnCfg!.xField]] || []… 247 current 252 …(reduceGroup[k] as any[]).reduce((pre, current) => pre + current[this.litChartColumnCfg!.yField], …
|
| /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>`; 245 let reduceGroup = this.litChartColumnCfg.data.reduce((pre, current, index, arr) => { 246 …(pre[current[this.litChartColumnCfg!.xField]] = pre[current[this.litChartColumnCfg!.xField]] || []… 247 current 252 …(reduceGroup[k] as any[]).reduce((pre, current) => pre + current[this.litChartColumnCfg!.yField], …
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | NativeHook.test.ts | 247 current: 'current', 262 current: expect.any(String), 293 current: 0, 308 current: expect.any(Number),
|