Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/
DTimerShaftElement.ts134 private _totalNS: number = 10_000_000_000; property in TimerShaftElement
159 return this._totalNS;
164 this._totalNS = value;
248 if (this.timeTotalEL) this.timeTotalEL.textContent = ns2s(this._totalNS);
260 this.timeRuler = new TimeRuler(this, new Rect(0, 0, width, 20), this._totalNS);