Home
last modified time | relevance | path

Searched refs:maxPriority (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts1444 let maxPriority = 0; variable
1467 maxPriority = Math.max(maxPriority, wake.priority);
1476 maxPriority = Math.max(maxPriority, this.selectWakeupBean.priority);
1479 if (it.priority === maxPriority) {
1483 this.updateTableSettings(maxPriority, maxPriorityDuration, maxDuration);
1488 …private updateTableSettings(maxPriority: number, maxPriorityDuration: number, maxDuration: number)…
1490 …if ((data.priority === maxPriority && data.dur === maxPriorityDuration) || data.dur === maxDuratio…