Home
last modified time | relevance | path

Searched refs:rowId (Results 1 – 25 of 57) sorted by relevance

123

/developtools/smartperf_host/ide/src/trace/component/chart/
DSpFileSystemChart.ts73 fsFolder.rowId = `FileSystem`;
105 logicalReadRow.rowId = `FileSystemLogicalRead`;
108 logicalReadRow.rowParentId = folder.rowId;
136 logicalWriteRow.rowId = `FileSystemLogicalWrite`;
139 logicalWriteRow.rowParentId = folder.rowId;
167 diskIoRow.rowId = `FileSystemDiskIOLatency`;
170 diskIoRow.rowParentId = folder.rowId;
203 rowRead.rowId = `FileSystemDiskIOLatency-read-${process['ipid']}`;
205 rowRead.rowParentId = folder.rowId;
232 rowWrite.rowId = `FileSystemDiskIOLatency-write-${process['ipid']}`;
[all …]
DSpProcessChart.ts85 row.rowId = 'DeliverInputEvent';
127 funcRow.rowId = `${ asyncFuncGroups[0].funName }-${ key }`;
131 funcRow.rowParentId = `${ row.rowId }`;
231 processRow.rowId = `${ it.pid }`;
319 expectedRow.rowId = `${ timeLineType }-${ it.pid }`;
389 actualRow.rowId = `${ timeLineType }-${ it.pid }`;
431 if (e.detail.rowId == selectProcessStruct.pid) {
448 if (linkNodeItem[0].rowEL.rowId == e.detail.rowId) {
453 } else if (linkNodeItem[1].rowEL.rowId == e.detail.rowId) {
481 if (linkProcessItem[0].rowEL.rowParentId == e.detail.rowId) {
[all …]
DSpFrameTimeChart.ts69 frameTimeLineRow.rowId = 'frameTime';
105 expectedTimeLineRow.rowId = 'expected frameTime';
141 actualTimeLineRow.rowId = 'actual frameTime';
229 frameChart.rowId = 'frame';
232 frameChart.rowParentId = processRow.rowId;
271 frameAnimationRow.rowId = 'Animation';
274 frameAnimationRow.rowParentId = processRow.rowId;
310 dynamicCurveRow.rowId = 'animation-Effect-Curve';
313 dynamicCurveRow.rowParentId = frameChart.rowId;
400 frameSpacingRow.rowId = 'frame spacing';
[all …]
DSpAbilityMonitorChart.ts125 abilityRow.rowId = 'abilityMonitor';
176 traceRow.rowId = cpuNameList[0];
208 userTraceRow.rowId = cpuNameList[1];
244 sysTraceRow.rowId = cpuNameList[2];
292 memoryUsedTraceRow.rowId = memoryNameList[0];
331 cachedFilesTraceRow.rowId = memoryNameList[1];
370 compressedTraceRow.rowId = memoryNameList[2];
415 bytesReadTraceRow.rowId = diskIONameList[0];
452 bytesWrittenTraceRow.rowId = diskIONameList[1];
489 readOpsTraceRow.rowId = diskIONameList[2];
[all …]
DSpIrqChart.ts47 traceRow.rowId = it.name + it.cpu;
49 traceRow.rowParentId = folder.rowId;
86 irqFolder.rowId = `Irqs`;
DSpVirtualMemChart.ts36 vmFolder.rowId = `VirtualMemory`;
68 virtualMemoryRow.rowId = `${id}`;
70 virtualMemoryRow.rowParentId = folder.rowId;
DSpHiPerf.ts111 row.rowId = `HiPerf`;
152 cpuMergeRow.rowId = `HiPerf-cpu-merge`;
189 perfCpuRow.rowId = `HiPerf-cpu-${i}`;
229 row.rowId = `${process.pid}-Perf-Process`;
269 thread.rowId = `${thObj.tid}-Perf-Thread`;
272 thread.rowParentId = row.rowId;
DSpClockChart.ts53 traceRow.rowId = it.name;
55 traceRow.rowParentId = folder.rowId;
128 clockFolder.rowId = `Clocks`;
DSpVmTrackerChart.ts89 VmTrackerRow.rowId = 'VmTrackerRow';
122 sMapsRow.rowId = 'smapsRow';
157 gpuTraceRow.rowId = 'skiaGpuTraceRow';
297 … let glRow = this.initTraceRow('GL', TraceRow.ROW_TYPE_SYS_MEMORY_GPU_GL, this.gpuFolder.rowId!);
310 this.gpuFolder.rowId!
375 this.gpuFolder.rowId!
406 vmTrackerTraceRow.rowId = rowName;
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DSpFileSystemChart.ts73 fsFolder.rowId = `FileSystem`;
105 logicalReadRow.rowId = `FileSystemLogicalRead`;
108 logicalReadRow.rowParentId = folder.rowId;
136 logicalWriteRow.rowId = `FileSystemLogicalWrite`;
139 logicalWriteRow.rowParentId = folder.rowId;
167 diskIoRow.rowId = `FileSystemDiskIOLatency`;
170 diskIoRow.rowParentId = folder.rowId;
203 rowRead.rowId = `FileSystemDiskIOLatency-read-${process['ipid']}`;
205 rowRead.rowParentId = folder.rowId;
232 rowWrite.rowId = `FileSystemDiskIOLatency-write-${process['ipid']}`;
[all …]
DSpProcessChart.ts84 row.rowId = 'DeliverInputEvent';
126 funcRow.rowId = `${asyncFuncGroups[0].funName}-${key}`;
130 funcRow.rowParentId = `${row.rowId}`;
222 processRow.rowId = `${it.pid}`;
300 expectedRow.rowId = `${timeLineType}-${it.pid}`;
370 actualRow.rowId = `${timeLineType}-${it.pid}`;
412 if (e.detail.rowId == selectProcessStruct.pid) {
429 if (linkNodeItem[0].rowEL.rowId == e.detail.rowId) {
434 } else if (linkNodeItem[1].rowEL.rowId == e.detail.rowId) {
462 if (linkProcessItem[0].rowEL.rowParentId == e.detail.rowId) {
[all …]
DSpFrameTimeChart.ts42 frameTimeLineRow.rowId = `frameTime`;
110 expectedTimeLineRow.rowId = `expected frameTime`;
181 actualTimeLineRow.rowId = `actual frameTime`;
222 if (e.detail.rowId == dat.pid) {
239 if (linkFrameNode[0].rowEL.rowId == e.detail.rowId) {
244 } else if (linkFrameNode[1].rowEL.rowId == e.detail.rowId) {
270 if (linkNode[0].rowEL.rowParentId == e.detail.rowId) {
275 } else if (linkNode[1].rowEL.rowParentId == e.detail.rowId) {
DSpAbilityMonitorChart.ts120 abilityRow.rowId = `abilityMonitor`;
171 traceRow.rowId = cpuNameList[0];
203 userTraceRow.rowId = cpuNameList[1];
239 sysTraceRow.rowId = cpuNameList[2];
287 memoryUsedTraceRow.rowId = memoryNameList[0];
326 cachedFilesTraceRow.rowId = memoryNameList[1];
365 compressedTraceRow.rowId = memoryNameList[2];
410 bytesReadTraceRow.rowId = diskIONameList[0];
447 bytesWrittenTraceRow.rowId = diskIONameList[1];
484 readOpsTraceRow.rowId = diskIONameList[2];
[all …]
DSpHiPerf.ts114 row.rowId = `HiPerf`;
155 cpuMergeRow.rowId = `HiPerf-cpu-merge`;
192 perfCpuRow.rowId = `HiPerf-cpu-${i}`;
230 fold.rowId = `Perf-Report-${it.id}-${it.report_value}`;
262 row.rowId = `HiPerf-Report-Event-${it.report_value}-${i}`;
265 row.rowParentId = fold.rowId;
303 row.rowId = `${process.pid}-Perf-Process`;
340 thread.rowId = `${thObj.tid}-Perf-Thread`;
343 thread.rowParentId = row.rowId;
DSpIrqChart.ts47 traceRow.rowId = it.name + it.cpu;
49 traceRow.rowParentId = folder.rowId;
86 irqFolder.rowId = `Irqs`;
DSpVirtualMemChart.ts36 vmFolder.rowId = `VirtualMemory`;
68 virtualMemoryRow.rowId = `${id}`;
70 virtualMemoryRow.rowParentId = folder.rowId;
DSpJsMemoryChart.ts43 jsHeapRow.rowId = `js-memory`;
80 heapTimelineRow.rowId = `heaptimeline` + file.id;
112 heapSnapshotRow.rowId = `heapsnapshot`;
DSpClockChart.ts53 traceRow.rowId = it.name;
55 traceRow.rowParentId = folder.rowId;
128 clockFolder.rowId = `Clocks`;
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpSystemTrace.ts295 replaceRow.setAttribute('row-id', currentRow.rowId + '-' + currentRow.rowType);
347 `div[row-id='${currentRow.rowId}-${currentRow.rowType}']`
432 this.setAttribute('rowId', item.rowId!);
482 selection.cpus.push(parseInt(it.rowId!));
483 info('load CPU traceRow id is : ', it.rowId);
485 let filterId = parseInt(it.rowId!);
490 let filterId = parseInt(it.rowId!);
497 this.pushPidToSelection(selection, it.rowId!);
505 … ...this.shadowRoot!.querySelectorAll<TraceRow<any>>(`trace-row[row-parent-id='${it.rowId}']`),
510 selection.processIds.push(parseInt(it.rowId!));
[all …]
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts279 replaceRow.setAttribute('row-id', cpuFavoriteRow.rowId + '-' + cpuFavoriteRow.rowType);
384 replaceRow.setAttribute('row-id', currentRow.rowId + '-' + currentRow.rowType);
436 `div[row-id='${currentRow.rowId}-${currentRow.rowType}']`
521 this.setAttribute('rowId', item.rowId!);
571 selection.cpus.push(parseInt(it.rowId!));
572 info('load CPU traceRow id is : ', it.rowId);
574 let filterId = parseInt(it.rowId!);
579 let filterId = parseInt(it.rowId!);
586 this.pushPidToSelection(selection, it.rowId!);
594 … ...this.shadowRoot!.querySelectorAll<TraceRow<any>>(`trace-row[row-parent-id='${it.rowId}']`),
[all …]
/developtools/smartperf_host/ide/src/trace/bean/
DSearchFuncBean.ts32 rowId: string | undefined | null; property in SearchThreadProcessBean
40 rowId: string | undefined | null; property in SearchSdkBean
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DSearchFuncBean.ts32 rowId: string | undefined | null; property in SearchThreadProcessBean
40 rowId: string | undefined | null; property in SearchSdkBean
/developtools/smartperf_host/ide/test/trace/component/trace/base/
DTraceRowRecyclerView.test.ts62 rowId: '', constant
73 rowId: '',
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DTraceRowRecyclerView.ts69 el.rowId = obj.rowId;
132 if (this.dataSource[j].rowParentId == ev.detail.rowId) {
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowRecyclerView.ts69 el.rowId = obj.rowId;
132 if (this.dataSource[j].rowParentId == ev.detail.rowId) {

123