Home
last modified time | relevance | path

Searched refs:makeTimestampFromHuman (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/common/
Dtimestamp_converter_test.ts235 expect(converterWithoutOffsets.makeTimestampFromHuman('0ns')).toEqual(
238 expect(converterWithoutOffsets.makeTimestampFromHuman('1000ns')).toEqual(
241 expect(converterWithoutOffsets.makeTimestampFromHuman('0ms')).toEqual(
244 expect(converterWithoutOffsets.makeTimestampFromHuman('1ms')).toEqual(
247 expect(converterWithoutOffsets.makeTimestampFromHuman('10ms')).toEqual(
251 expect(converterWithoutOffsets.makeTimestampFromHuman('999ms')).toEqual(
256 expect(converterWithoutOffsets.makeTimestampFromHuman('1s')).toEqual(
259 expect(converterWithoutOffsets.makeTimestampFromHuman('1s0ms')).toEqual(
263 converterWithoutOffsets.makeTimestampFromHuman('1s0ms0ns'),
266 converterWithoutOffsets.makeTimestampFromHuman('1s0ms1ns'),
[all …]
Dtimestamp_converter.ts75 makeTimestampFromHuman(timestampHuman: string): Timestamp; method
158 makeTimestampFromHuman(timestampHuman: string): Timestamp { method in TimestampConverter
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts756 ).makeTimestampFromHuman(input);