Lines Matching refs:Timestamp
19 import {INVALID_TIME_NS, Timestamp} from 'common/time/time';
55 protected readonly timestamp: Timestamp,
67 getTimestamp(): Timestamp {
94 timestamp: Timestamp,
120 timestamp: Timestamp,
259 findClosestEntry(time: Timestamp): TraceEntryLazy<T> | undefined {
292 findFirstGreaterOrEqualEntry(time: Timestamp): TraceEntryLazy<T> | undefined {
315 findFirstGreaterEntry(time: Timestamp): TraceEntryLazy<T> | undefined {
336 timestamp: Timestamp,
351 findLastLowerEntry(timestamp: Timestamp): TraceEntryLazy<T> | undefined {
382 sliceTime(start?: Timestamp, end?: Timestamp): Trace<T> {
441 callback: (timestamp: Timestamp, index: RelativeEntryIndex) => void,
533 timestamp: Timestamp,
562 private getFullTraceTimestamps(): Timestamp[] {