Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dflamegraph.ts361 let unitsIndex = Math.trunc(Math.log(totalSize) / Math.log(step)); variable
363 const result = totalSize / +units[unitsIndex][1]; constant