Searched refs:timeGap (Results 1 – 3 of 3) sorted by relevance
/development/tools/winscope/src/messaging/ |
D | user_warnings.ts | 56 private readonly timeGap?: TimeRange, property in TraceHasOldData 66 const elapsedTime = this.timeGap 68 this.timeGap.to.getValueNs() - this.timeGap.from.getValueNs(), 73 (this.timeGap ? `er than ${elapsedTime?.format()}` : '')
|
/development/tools/winscope/src/app/ |
D | loaded_parsers.ts | 354 const timeGap = this.findLastTimeGapAboveThreshold(timeRanges); constant 355 if (!timeGap) { 373 const isOldData = endTimestamp.getValueNs() <= timeGap.from.getValueNs(); 375 UserNotifier.add(new TraceHasOldData(file.getDescriptor(), timeGap));
|
D | loaded_parsers_test.ts | 201 const timeGap = new TimeRange(timeGapFrom, timeGapTo); constant 205 expectLoadResult([parserWm0], [new TraceHasOldData(filename, timeGap)]); 210 expectLoadResult([parserWm0], [new TraceHasOldData(filename, timeGap)]); 219 expectLoadResult([parserWm0], [new TraceHasOldData(filename, timeGap)]);
|