Home
last modified time | relevance | path

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

/development/tools/winscope/src/messaging/
Duser_warnings.ts56 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/
Dloaded_parsers.ts354 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));
Dloaded_parsers_test.ts201 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)]);