Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/
Dtimestamp_converter.ts44 const timestampNanos = constant
46 const ms = timestampNanos / 1000000n;
61 const timestampNanos = timestamp.getValueNs(); constant
62 return TimestampUtils.formatElapsedNs(timestampNanos);
Dtimestamp_utils.ts107 static formatElapsedNs(timestampNanos: bigint): string {
108 let leftNanos = timestampNanos;