Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/
DSportRuler.ts31 private ruler_w = 1022; property in SportRuler
67 this.ruler_w = this.canvas!.offsetWidth
160 …let flag_x = Math.round(this.ruler_w * (flagObj.time - this.range.startNS) / (this.range.endNS - t…
167 … let flagAtRulerTime = Math.round((this.range.endNS - this.range.startNS) * x / this.ruler_w)
197 …let flag_x = Math.round(this.ruler_w * (flagObj.time - this.range.startNS) / (this.range.endNS - t…
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerTimeline.ts126 private ruler_w = 1022;
166 this.ruler_w = this.frame.width;
255 …let flag_x = Math.round(this.ruler_w * (flagObj.time - this.range.startNS) / (this.range.endNS - t…