Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiPerf.ts164 child.needRefresh = true;
169 sz.needRefresh = true;
341 row.needRefresh = true;
DSpVmTrackerChart.ts454 gpuTotalRow.needRefresh = true;
512 gpuWindowRow.needRefresh = true;
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts191 public needRefresh: boolean = true; property in TraceRow
870 this.needRefresh = true;
1096 if (this.needRefresh || window.isLastFrame) {
1098 this.needRefresh = false;
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts491 this.invisibleRows.forEach((it) => (it.needRefresh = true));
492 this.visibleRows.forEach((it) => (it.needRefresh = true));
1394 this.invisibleRows.forEach((it) => (it.needRefresh = true));
1395 this.visibleRows.forEach((it) => (it.needRefresh = true));