| /development/tools/winscope/src/parsers/ |
| D | parser_transactions_test.ts | 34 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant 47 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant 93 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant
|
| D | parser_transitions_wm_test.ts | 36 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant 55 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
|
| D | traces_parser_transitions_test.ts | 38 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant 57 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
|
| D | traces_parser_cujs_test.ts | 35 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant 54 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
|
| D | parser_transitions_shell_test.ts | 36 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant 55 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
|
| D | parser_screen_recording_test.ts | 36 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant 49 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
|
| D | parser_protolog_test.ts | 58 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant 70 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
|
| D | abstract_traces_parser.ts | 23 private timestamps: Map<TimestampType, Timestamp[]> = new Map<TimestampType, Timestamp[]>(); property in AbstractTracesParser 41 const timestamps: Timestamp[] = []; constant
|
| D | abstract_parser.ts | 26 private timestamps: Map<TimestampType, Timestamp[]> = new Map<TimestampType, Timestamp[]>(); property in AbstractParser 49 const timestamps: Timestamp[] = []; constant
|
| D | parser_eventlog_test.ts | 38 const timestamps = assertDefined(parser.getTimestamps(TimestampType.REAL)); constant
|
| D | parser_screen_recording_legacy_test.ts | 36 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant
|
| D | parser_screen_recording_legacy.ts | 89 const timestamps: Timestamp[] = []; constant
|
| D | parser_screen_recording.ts | 155 const timestamps: Array<bigint> = []; constant
|
| /development/tools/winscope/src/trace/ |
| D | trace.ts | 339 const timestamps = this.getFullTraceTimestamps(); constant 373 const timestamps = this.parser.getTimestamps(this.timestampType); constant 479 const timestamps = this.parser.getTimestamps(timestamp.getType()); constant
|
| D | parser_mock.ts | 22 constructor(private readonly timestamps: RealTimestamp[], private readonly entries: T[]) { property in ParserMock
|
| /development/tools/winscope/src/test/unit/ |
| D | trace_utils.ts | 29 const timestamps = new Array<Timestamp>(); constant
|
| D | trace_builder.ts | 128 const timestamps = new Array<Timestamp>(); constant
|