Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/events/
Dtraces_parser_cujs.ts219 const endTimestamp = endEvent?.getChildByName('cujTimestamp'); constant
260 endTimestamp: Timestamp; property
/development/tools/winscope/src/app/
Dloaded_parsers.ts372 const endTimestamp = timestamps[timestamps.length - 1]; constant