Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts112 cacheInterval: { interval: number; value: number; flag: boolean } = { property in RangeRuler
437 this.range.refresh = this.cacheInterval.flag;
441 … if (Math.trunc(this.currentDuration / this.cacheInterval.interval) !== this.cacheInterval.value) {
442 this.cacheInterval.flag = true;
443 this.cacheInterval.value = Math.trunc(this.currentDuration / this.cacheInterval.interval);
445 this.cacheInterval.flag = false;
458 }, this.cacheInterval.interval + 50);
514 this.range.refresh = this.cacheInterval.flag;
673 this.cacheInterval.value = 0;