Home
last modified time | relevance | path

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

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