Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dlogs_controller.ts60 const firstLogTs = data.minTs ?? 0n; constant
66 firstVisibleLogTs: data.minVizTs ?? firstLogTs, constant
/external/perfetto/ui/src/common/
Dlogs.ts24 firstLogTs: TPTime; property