Searched refs:endNs (Results 1 – 6 of 6) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/ |
| D | VmTrackerDataSender.ts | 35 endNs: TraceRow.range?.endNS || 0, 64 endNs: TraceRow.range?.endNS || 0, 93 endNs: TraceRow.range?.endNS || 0, 121 endNs: TraceRow.range?.endNS || 0, 150 endNs: TraceRow.range?.endNS || 0, 180 endNs: TraceRow.range?.endNS || 0, 213 endNs: TraceRow.range?.endNS || 0, 243 endNs: TraceRow.range?.endNS || 0, 278 endNs: TraceRow.range?.endNS || 0, 310 endNs: TraceRow.range?.endNS || 0, [all …]
|
| D | EBPFReceiver.ts | 179 endNS[i] = it.endNs;
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | BoxSelection.ts | 421 (it.endNs >= this.leftNs && it.endNs <= this.rightNs) 428 (it.endNs >= this.leftNs && it.endNs <= this.rightNs) 435 (it.endNs >= this.leftNs && it.endNs <= this.rightNs) 442 (it.endNs >= this.leftNs && it.endNs <= this.rightNs) 613 (it.endNs >= this.leftNs && it.endNs <= this.rightNs) 620 (it.endNs >= this.leftNs && it.endNs <= this.rightNs) 627 (it.endNs >= this.leftNs && it.endNs <= this.rightNs) 634 (it.endNs >= this.leftNs && it.endNs <= this.rightNs) 698 (it.endNs >= this.leftNs && it.endNs <= this.rightNs) 754 (it.endNs >= this.leftNs && it.endNs <= this.rightNs) [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/vmtracker/ |
| D | TabPaneVmTrackerShmSelection.test.ts | 65 endNs: 3421, 75 endNs: 0, 84 endNs: 2,
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerSnapshot.ts | 235 endNs: number = 0; property in SnapshotStruct 250 node.endNs = node.startNs + node.dur; 251 if ((node.startNs - startNs || node.startNs - startNs === 0) && node.endNs - node.startNs) { 255 Math.ceil(((node.endNs - node.startNs) / totalNs) * frame.width),
|
| /developtools/smartperf_host/ide/test/trace/component/chart/ |
| D | SpVmTrackerChart.test.ts | 132 endNs: 0,
|