Home
last modified time | relevance | path

Searched defs:depthGuess (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/components/tracks/
H A Dslice_layout.ts20 readonly depthGuess?: number; property
61 readonly depthGuess: 0; property
H A Dbase_slice_track.ts263 const {isFlat, depthGuess} = sliceLayout; constant