Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dtrace_controller.ts392 const stepSec = traceTime.duration / numSteps; constant
398 const startSec = traceTime.start + step * stepSec;
400 const endSec = startSec + stepSec;
405 `select sum(dur)/${stepSec}/1e9, cpu from sched ` +
424 const stepSecNs = toNs(stepSec);
447 const startSec = traceTime.start + stepSec * bucket;
448 const endSec = startSec + stepSec;