Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace/
Dtrace_test.ts27 const time9 = TimestampConverterUtils.makeRealTimestamp(9n); constant
96 expect(await slice.findClosestEntry(time9)?.getValue()).toEqual('entry-1');
104 expect(await trace.findClosestEntry(time9)?.getValue()).toEqual('entry-0');
120 expect(await slice.findFirstGreaterOrEqualEntry(time9)?.getValue()).toEqual(
135 expect(await trace.findFirstGreaterOrEqualEntry(time9)?.getValue()).toEqual(
161 expect(await slice.findFirstGreaterEntry(time9)?.getValue()).toEqual(
173 expect(await trace.findFirstGreaterEntry(time9)?.getValue()).toEqual(
196 expect(slice.findLastLowerOrEqualEntry(time9)).toBeUndefined();
209 expect(trace.findLastLowerOrEqualEntry(time9)).toBeUndefined();
233 expect(slice.findLastLowerEntry(time9)).toBeUndefined();
[all …]
Dtraces_test.ts40 const time9 = TimestampConverterUtils.makeRealTimestamp(9n); constant
63 .setTimestamps([time1, time3, time4, time6, time9])