Home
last modified time | relevance | path

Searched defs:timestampNs (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/cross_tool/
Dmessages.ts49 public timestampNs?: bigint, property in MessageBugReport
59 public timestampNs: bigint, property in MessageTimestamp
70 public timestampNs?: bigint, property in MessageFiles
Dcross_tool_protocol.ts81 const timestampNs = this.getTimestampNsForRemoteTool( constant
/development/tools/winscope/src/parsers/events/
Dparser_eventlog.ts101 const timestampNs = BigInt(rawTimestamp.replace('.', '')); constant