Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/time/
Dtimestamp_converter.ts185 return this.makeTimestampfromHumanElapsed(timestampHuman);
294 private makeTimestampfromHumanElapsed(timestampHuman: string): Timestamp { method in TimestampConverter