Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/debug_slices/
Dcontroller.ts47 const [idCol, nameCol, tsCol, durCol, depthCol] = rawResult.columns; constant
90 slices.depths[i] = depthCol.isNulls![i] ? 0 : depthCol.longValues![i];