Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/time/
Dtimestamp_converter_test.ts237 expect(converterWithoutOffsets.makeTimestampFromHuman('0ns')).toEqual(
240 expect(converterWithoutOffsets.makeTimestampFromHuman('1000ns')).toEqual(
243 expect(converterWithoutOffsets.makeTimestampFromHuman('0ms')).toEqual(
246 expect(converterWithoutOffsets.makeTimestampFromHuman('1ms')).toEqual(
249 expect(converterWithoutOffsets.makeTimestampFromHuman('10ms')).toEqual(
253 expect(converterWithoutOffsets.makeTimestampFromHuman('999ms')).toEqual(
258 expect(converterWithoutOffsets.makeTimestampFromHuman('1s')).toEqual(
261 expect(converterWithoutOffsets.makeTimestampFromHuman('1s0ms')).toEqual(
265 converterWithoutOffsets.makeTimestampFromHuman('1s0ms0ns'),
268 converterWithoutOffsets.makeTimestampFromHuman('1s0ms1ns'),
[all …]
Dtimestamp_converter.ts100 makeTimestampFromHuman(timestampHuman: string): Timestamp; method
183 makeTimestampFromHuman(timestampHuman: string): Timestamp { method in TimestampConverter
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts846 ).makeTimestampFromHuman(input);