Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/chart/
DSpFpsChart.test.ts16 import { SpFpsChart } from '../../../../src/trace/component/chart/SpFpsChart';
33 let spFpsChart = new SpFpsChart(new SpChartManager());
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpChartManager.ts20 import { SpFpsChart } from './SpFpsChart';
62 private fps: SpFpsChart;
85 this.fps = new SpFpsChart(trace);
DSpFpsChart.ts23 export class SpFpsChart { class