Searched defs:TimestampType (Results 1 – 4 of 4) sorted by relevance
40 for (const type of [TimestampType.ELAPSED, TimestampType.REAL]) { constant
48 for (const type of [TimestampType.ELAPSED, TimestampType.REAL]) { constant
17 export enum TimestampType { enum
147 const priorityOrder = [TimestampType.REAL, TimestampType.ELAPSED]; constant