Searched refs:SpFpsChart (Results 1 – 3 of 3) sorted by relevance
16 import { SpFpsChart } from '../../../../src/trace/component/chart/SpFpsChart';33 let spFpsChart = new SpFpsChart(new SpChartManager());
20 import { SpFpsChart } from './SpFpsChart';62 private fps: SpFpsChart;85 this.fps = new SpFpsChart(trace);
23 export class SpFpsChart { class