Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/
Dtimestamp_converter.ts281 const unitData = assertDefined(TIME_UNITS.find((it) => it.unit === unit)); constant
282 ns += BigInt(unitData.nanosInUnit) * BigInt(value);