Lines Matching refs:startSec
288 let startSec = traceTime.start; variable
290 startSec -= TRACE_MARGIN_TIME_S;
293 startSec,
301 let visibleStartSec = startSec;
316 startSec: visibleStartSec,
398 const startSec = traceTime.start + step * stepSec; constant
399 const startNs = toNsFloor(startSec);
400 const endSec = startSec + stepSec;
412 schedData[cpu] = {startSec, endSec, load};
447 const startSec = traceTime.start + stepSec * bucket; constant
448 const endSec = startSec + stepSec;
455 loadArray.push({startSec, endSec, load});