Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts71 xsTxt: Array<string> property
175 if (this.range.xsTxt) {
176 this.range.xsTxt.length = 0
178 this.range.xsTxt = []
185 this.range.xsTxt.push(ns2s(tmpNs))
191 this.range.xsTxt.push(ns2s(tmpNs))
DSportRuler.ts92 this.c.fillText(`+${this.range.xsTxt[i]}`, it + 3, this.frame.y + 12)
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerTimeline.ts32 xsTxt: []
191 this.c.fillText(`+${this.range.xsTxt[i]}`, it + 3, this.frame.y + 12)
315 xsTxt: Array<string>
434 if (this.range.xsTxt) {
435 this.range.xsTxt.length = 0
437 this.range.xsTxt = []
444 this.range.xsTxt.push(ns2s(tmpNs))
450 this.range.xsTxt.push(ns2s(tmpNs))
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/timer-shaft/
DSportRuler.test.ts39 xsTxt: [],
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/
DTimerShaftElement.ts178 xsTxt: []