Home
last modified time | relevance | path

Searched defs:timestampNs (Results 1 – 4 of 4) 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.ts100 const timestampNs = BigInt(rawTimestamp.replace('.', '')); constant
/development/tools/winscope/src/parsers/transitions/legacy/
Dtraces_parser_transitions.ts110 const timestampNs: bigint = dispatchTimestamp constant