Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts1634 … let sortedArray = rowData.slice().sort(function (a: { startTs: number }, b: { startTs: number }) { variable
1637 sortedArray.forEach((item: unknown, index: number) => {
1645 … : `${AppStartupStruct.getStartupName(sortedArray[index - 1].startName)} ${getTimeString(
1646 sortedArray[index - 1].startTs + sortedArray[index - 1].dur
1652 index === sortedArray.length - 1
1654 … : `${AppStartupStruct.getStartupName(sortedArray[index + 1].startName)} ${getTimeString(
1655 sortedArray[index + 1].startTs