Home
last modified time | relevance | path

Searched defs:timestamps (Results 1 – 17 of 17) sorted by relevance

/development/tools/winscope/src/parsers/
Dparser_transactions_test.ts34 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant
47 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
93 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant
Dparser_transitions_wm_test.ts36 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant
55 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
Dtraces_parser_transitions_test.ts38 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant
57 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
Dtraces_parser_cujs_test.ts35 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant
54 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
Dparser_transitions_shell_test.ts36 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant
55 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
Dparser_screen_recording_test.ts36 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant
49 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
Dparser_protolog_test.ts58 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant
70 const timestamps = parser.getTimestamps(TimestampType.REAL)!; constant
Dabstract_traces_parser.ts23 private timestamps: Map<TimestampType, Timestamp[]> = new Map<TimestampType, Timestamp[]>(); property in AbstractTracesParser
41 const timestamps: Timestamp[] = []; constant
Dabstract_parser.ts26 private timestamps: Map<TimestampType, Timestamp[]> = new Map<TimestampType, Timestamp[]>(); property in AbstractParser
49 const timestamps: Timestamp[] = []; constant
Dparser_eventlog_test.ts38 const timestamps = assertDefined(parser.getTimestamps(TimestampType.REAL)); constant
Dparser_screen_recording_legacy_test.ts36 const timestamps = parser.getTimestamps(TimestampType.ELAPSED)!; constant
Dparser_screen_recording_legacy.ts89 const timestamps: Timestamp[] = []; constant
Dparser_screen_recording.ts155 const timestamps: Array<bigint> = []; constant
/development/tools/winscope/src/trace/
Dtrace.ts339 const timestamps = this.getFullTraceTimestamps(); constant
373 const timestamps = this.parser.getTimestamps(this.timestampType); constant
479 const timestamps = this.parser.getTimestamps(timestamp.getType()); constant
Dparser_mock.ts22 constructor(private readonly timestamps: RealTimestamp[], private readonly entries: T[]) { property in ParserMock
/development/tools/winscope/src/test/unit/
Dtrace_utils.ts29 const timestamps = new Array<Timestamp>(); constant
Dtrace_builder.ts128 const timestamps = new Array<Timestamp>(); constant