Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerFPS.ts50 let maxFps = FpsStruct.maxFps + 'FPS';
51 let textMetrics = req.context.measureText(maxFps);
58 req.context.fillText(maxFps, 4, 5 + 9);
75 FpsStruct.maxFps = 0;
80 if ((it.fps || 0) > FpsStruct.maxFps) {
81 FpsStruct.maxFps = it.fps || 0;
108 static maxFps: number = 0;
124 … let drawHeight: number = ((data.fps || 0) * (data.frame.height || 0) * 1.0) / FpsStruct.maxFps;
139 … let drawHeight: number = ((data.fps || 0) * (data.frame.height || 0) * 1.0) / FpsStruct.maxFps;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DGameUtils.ets46 * @param maxFps maxFps
49 static getFullFps(maxFps: number): number {
58 if (maxFps >= 100) {
60 } else if (maxFps >= 70) {
62 } else if (maxFps >= 44) {
64 } else if (maxFps >= 34) {
/developtools/smartperf_host/ide/src/trace/bean/
DFpsStruct.ts22 static maxFps: number = 0; property in FpsStruct
39 … ((fpsBeanStructData.fps || 0) * (fpsBeanStructData.frame.height || 0) * 1.0) / FpsStruct.maxFps;
73 … ((fpsBeanStructData.fps || 0) * (fpsBeanStructData.frame.height || 0) * 1.0) / FpsStruct.maxFps;
/developtools/smartperf_host/ide/test/trace/bean/
DFpsStruct.test.ts65 maxFps: 50,
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpFpsChart.ts40 FpsStruct.maxFps = 0;
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerFPS.test.ts111 maxFps: 255,