Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/events/
Dtraces_parser_cujs.ts168 endTimestamp: this.makeCujTimestampObject(closingEventTimestamp),
219 const endTimestamp = endEvent?.getChildByName('cujTimestamp'); constant
223 if (!endTimestamp) {
229 endTimestamp,
254 endTimestamp: CujTimestamp; property
/development/tools/winscope/src/app/
Dloaded_parsers.ts354 const endTimestamp = timestamps[timestamps.length - 1]; constant
355 const isOldData = endTimestamp.getValueNs() <= timeGap.from.getValueNs();