Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DSpFileSystemChart.ts30 static hoverFileSysStruct: FileSysChartStruct | undefined; property in SpFileSystemChart
117 SpFileSystemChart.hoverFileSysStruct = hover;
152 SpFileSystemChart.hoverFileSysStruct = hover;
184 SpFileSystemChart.hoverFileSysStruct = hover;
220 SpFileSystemChart.hoverFileSysStruct = hover;
250 SpFileSystemChart.hoverFileSysStruct = hover;
284 SpFileSystemChart.hoverFileSysStruct = hover;
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpSystemTrace.ts651 if (SpFileSystemChart.hoverFileSysStruct) {
652 num = SpFileSystemChart.hoverFileSysStruct.size ?? 0;
653 let group10Ms = SpFileSystemChart.hoverFileSysStruct.group10Ms ?? false;
669 tr.setTipLeft(x, num > 0 ? SpFileSystemChart.hoverFileSysStruct : null)