Searched refs:timeGap (Results 1 – 3 of 3) sorted by relevance
/development/tools/winscope/src/messaging/ |
D | user_warnings.ts | 49 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/ |
D | loaded_parsers.ts | 336 const timeGap = this.findLastTimeGapAboveThreshold(timeRanges); constant 337 if (!timeGap) { 355 const isOldData = endTimestamp.getValueNs() <= timeGap.from.getValueNs(); 358 new TraceHasOldData(file.getDescriptor(), timeGap),
|
D | loaded_parsers_test.ts | 195 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)]);
|