Home
last modified time | relevance | path

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

/development/tools/winscope/src/messaging/
Duser_warnings.ts49 private readonly timeGap?: TimeRange, property in TraceHasOldData
59 const elapsedTime = this.timeGap
61 this.timeGap.to.getValueNs() - this.timeGap.from.getValueNs(),
66 (this.timeGap ? `er than ${elapsedTime?.format()}` : '')
/development/tools/winscope/src/app/
Dloaded_parsers.ts336 const timeGap = this.findLastTimeGapAboveThreshold(timeRanges); constant
337 if (!timeGap) {
355 const isOldData = endTimestamp.getValueNs() <= timeGap.from.getValueNs();
358 new TraceHasOldData(file.getDescriptor(), timeGap),
Dloaded_parsers_test.ts195 const timeGap = new TimeRange(timeGapFrom, timeGapTo); constant
199 expectLoadResult([parserWm0], [new TraceHasOldData(filename, timeGap)]);
204 expectLoadResult([parserWm0], [new TraceHasOldData(filename, timeGap)]);
213 expectLoadResult([parserWm0], [new TraceHasOldData(filename, timeGap)]);