/developtools/profiler/host/smartperf/client/client_command/ |
D | FPS.cpp | 30 result["fps"] = std::to_string(fpsInfo.fps); in ItemData() 78 fpsInfoMax.fps = 0; in GetFpsInfo() 106 if (uniteFpsInfo.fps <= fpsValue) { in GetFpsInfo() 111 if (fpsInfo.fps > uniteFpsInfo.fps) { in GetFpsInfo() 116 if (fpsInfoMax.fps < fpsValue) { in GetFpsInfo() 117 fpsInfoMax.fps = fpsValue; in GetFpsInfo() 130 tmp.fps = 0; in GetSurfaceFrame() 135 fpsInfo.fps = 0; in GetSurfaceFrame() 215 fpsInfo.fps = 0; in GetSurfaceFrame() 220 fpsInfo.fps = fpsInfo.preFps; in GetSurfaceFrame() [all …]
|
D | sp_parse_fps.cpp | 64 FpsResult fps = "0"; in ParseBranch() local 75 fps = PraseFPSTrace(filePath, staticTime, uiPoint); in ParseBranch() 77 fps = PraseFPSTrace(filePath, staticTime, videoPoint); in ParseBranch() 82 fps = PraseFPSTrace(filePath, staticTime, webPoint); in ParseBranch() 86 fps = PraseFPSTrace(filePath, staticTime, uiPoint); in ParseBranch() 91 return fps; in ParseBranch() 98 FpsResult fps; in ParseTraceFile() local 111 fps = this->ParseBranch(filePath, packageName, pageTypeClient, touchEventClient); in ParseTraceFile() 113 return "FPS:"+fps+"fps"; in ParseTraceFile()
|
D | control_call_cmd.cpp | 64 double fps = SmartPerf::ControlCallCmd::PageFps(); in GetResult() local 65 stream << fps; in GetResult() 71 double fps = SmartPerf::ControlCallCmd::StartFrameFps(v); in GetResult() local 72 stream << fps; in GetResult() 93 double fps = pageFpsTrace.ParsePageFpsTrace(traceName); in PageFps() local 94 return fps; in PageFps() 106 std::string fps = parseFPS.ParseTraceFile(traceName, v[typePKG]); in SlideFps() local 107 return fps; in SlideFps() 139 std::string fps = parseFPS.ParseTraceFile(traceName, v[typePKG]); in SlideFPS() local 140 return fps; in SlideFPS() [all …]
|
D | parse_page_fps_trace.cpp | 24 double fps = -1.0; in ParsePageFpsTrace() local 28 return fps; in ParsePageFpsTrace() 30 fps = SmartPerf::PageFpsTrace::CalculateTime(); in ParsePageFpsTrace() 32 return fps; in ParsePageFpsTrace()
|
D | README_zh.md | 44 | -f | 是否采集fps。 |否| 67 -f get fps and fps jitters
|
D | sp_profiler_factory.cpp | 82 FPS &fps = FPS::GetInstance(); in SetProfilerPkg() local 83 fps.SetPackageName(pkg); in SetProfilerPkg()
|
/developtools/smartperf_host/ide/test/trace/bean/ |
D | BoxSelection.test.ts | 24 let fps = new Fps(); variable 186 fps = { 189 fps: 0, 191 expect(fps).not.toBeUndefined(); 192 expect(fps).toMatchInlineSnapshot( 196 fps: expect.any(Number) }, `
|
/developtools/profiler/host/smartperf/client/client_command_fps/ |
D | main.cpp | 34 int fps; member 42 fps = 0; in FpsInfo() 191 tmp.fps = 0; in GetSurfaceFrame() 196 fpsInfo.fps = 0; in GetSurfaceFrame() 219 fpsInfo.fps = 0; in GetSurfaceFrame() 224 fpsInfo.fps = fpsInfo.preFps; in GetSurfaceFrame() 229 fpsInfo.fps = 0; in GetSurfaceFrame() 234 fpsInfo.fps = fpsConfig.fpsGb; in GetSurfaceFrame() 238 fpsInfo.fps = fpsInfo.preFps; in GetSurfaceFrame() 241 fpsInfo.fps = 0; in GetSurfaceFrame() [all …]
|
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
D | htrace_hidump_parser.cpp | 47 auto fps = hidumpData.fps(); in Parse() local 48 traceDataCache_->GetHidumpData()->AppendNewHidumpInfo(newTimeStamp, fps); in Parse()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/ |
D | htrace_hidump_parser.cpp | 47 auto fps = hidumpData.fps(); in Parse() local 48 traceDataCache_->GetHidumpData()->AppendNewHidumpInfo(newTimeStamp, fps); in Parse()
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerFPS.ts | 41 fps( 74 fps( 85 …fps(list, filter, fpsRequest.startNS, fpsRequest.endNS, fpsRequest.totalNS, fpsRequest.frame, fals… 156 export function fps( function 174 if ((it.fps || 0) > FpsStruct.maxFps) { 175 FpsStruct.maxFps = it.fps || 0; 202 fps: number | undefined; property in FpsStruct 214 … let drawHeight: number = ((data.fps || 0) * (data.frame.height || 0) * 1.0) / FpsStruct.maxFps; 229 … let drawHeight: number = ((data.fps || 0) * (data.frame.height || 0) * 1.0) / FpsStruct.maxFps;
|
/developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerFPS.ts | 41 fps( 74 fps( 85 …fps(list, filter, fpsRequest.startNS, fpsRequest.endNS, fpsRequest.totalNS, fpsRequest.frame, fals… 156 export function fps( function 174 if ((it.fps || 0) > FpsStruct.maxFps) { 175 FpsStruct.maxFps = it.fps || 0; 202 fps: number | undefined; property in FpsStruct 214 … let drawHeight: number = ((data.fps || 0) * (data.frame.height || 0) * 1.0) / FpsStruct.maxFps; 229 … let drawHeight: number = ((data.fps || 0) * (data.frame.height || 0) * 1.0) / FpsStruct.maxFps;
|
/developtools/smartperf_host/ide/test/trace/component/chart/ |
D | SpFpsChart.test.ts | 38 { startNS: 0, fps: 1 }, 39 { startNS: 2, fps: 3 },
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | FPS.h | 23 int fps; member 31 fps = 0; in FpsInfo()
|
/developtools/smartperf_host/ide/src/trace/bean/ |
D | FpsStruct.ts | 26 fps: number | undefined; property in FpsStruct 38 …let drawHeight: number = ((fpsBeanStructData.fps || 0) * (fpsBeanStructData.frame.height || 0) * 1… 53 …let drawHeight: number = ((fpsBeanStructData.fps || 0) * (fpsBeanStructData.frame.height || 0) * 1…
|
/developtools/profiler/host/smartperf/ide/src/trace/bean/ |
D | FpsStruct.ts | 26 fps: number | undefined; property in FpsStruct 38 …let drawHeight: number = ((fpsBeanStructData.fps || 0) * (fpsBeanStructData.frame.height || 0) * 1… 53 …let drawHeight: number = ((fpsBeanStructData.fps || 0) * (fpsBeanStructData.frame.height || 0) * 1…
|
/developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
D | ProcedureWorkerFPS.test.ts | 21 import { fps, FpsStruct, FpsRender } from '../../../../dist/trace/database/ui-worker/ProcedureWorke… 39 fps(dataList, [{ length: 1 }], 1, 100254, 100254, rect, true); 55 fps(fpsDataList, [{ length: 0 }], 1, 100254, 100254, rect, false);
|
/developtools/smartperf_host/trace_streamer/src/filter/ |
D | animation_filter.cpp | 51 uint32_t fps = BILLION_NANOSECONDS / generateTimePeriod; in UpdateDeviceFps() local 52 if (fps < FPS_70) { in UpdateDeviceFps() 54 } else if (fps < FPS_100) { in UpdateDeviceFps() 59 TS_LOGI("physical frame rate is %u", fps); in UpdateDeviceFps()
|
/developtools/profiler/host/smartperf/client/client_ui/ |
D | README_zh.md | 95 | fps | 帧率。| 99 步骤1:进入shell中查看SP_daemon进程是否存在,没有则需启动SP_daemon进程(SP_daemon用于采集fps、ram等指标), 然后打开桌面的Smartperf工具。(采集指标少… 133 3) fps采集不到如何解决<br>
|
/developtools/smartperf_host/trace_streamer/test/unittest/ |
D | animation_filter_test.cpp | 189 auto fps = stream_.traceDataCache_->GetDeviceInfo()->PhysicalFrameRate(); variable 190 EXPECT_EQ(fps, FPS_60); 202 fps = stream_.traceDataCache_->GetDeviceInfo()->PhysicalFrameRate(); 203 EXPECT_EQ(fps, FPS_90); 215 fps = stream_.traceDataCache_->GetDeviceInfo()->PhysicalFrameRate(); 216 EXPECT_EQ(fps, FPS_120);
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/ |
D | FPS.ets | 60 MainWorker.postMessage({ "fps": true, "pkg": globalThis.collectPkg }) 61 SPLogger.DEBUG(FPS.name, "messageQueue for fps" + globalThis.fpsArr.length) 70 this.fpsMap.set("fps", extractNumber(curFPS))
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/workers/ |
D | worker.js | 94 if (socketCollectItems.fps) { 156 let fps = arrStr[0].split("||") 158 … parentPort.postMessage("FPS$" + fps[1].toString() + "$" + fpsJitter[1].toString())
|
/developtools/profiler/host/smartperf/doc/ |
D | quickstart_smartperf.md | 43  45 可以对fps的数据进行框选,框选后在最下方的弹出层中会展示框选时间区间内的统计表格,主要显示了time(时间),FPS(帧率)
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/ |
D | DatabaseEntity.ets | 149 //fps 150 public fps: String; 243 fps?: String, 279 this.fps = fps 342 setFpsData(fps: String, fpsJitter: String) { 343 this.fps = fps
|
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/ |
D | SpChartManager.ts | 52 private fps: SpFpsChart; property in SpChartManager 72 this.fps = new SpFpsChart(trace); 119 await this.fps.init();
|