Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/
DTimeRuler.ts25 private stepNS: number; property in TimeRuler
32 this.stepNS = this.totalNS / 10;
38 this.stepNS = this.totalNS / 10;
53 this.c.fillText(`${ns2s(i * this.stepNS)}`, x + 5, this.frame.height - 1)
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerTimeline.ts83 private stepNS: number;
91 this.stepNS = this.totalNS / 10;
97 this.stepNS = this.totalNS / 10;
112 this.c.fillText(`${ns2s(i * this.stepNS)}`, x + 5, this.frame.height - 1)