smart-test-ti / SoloX

💯SoloX - Real-time collection tool for Android/iOS performance data.(Android性能测试android performance\iOS性能测试ios performance\移动端性能测试mobile performance\APP性能测试app performance\app性能测试工具)
https://smart-test-ti.github.io/solox
MIT License
979 stars 173 forks source link

SurfaceView FPS统计优化 #222

Closed huangwei1024 closed 11 months ago

huangwei1024 commented 11 months ago
  1. 双引号转义问题 dumpsys SurfaceFlinger --latency \\"%s\\"
  2. get_surfaceview使用对应的 Surfaceview - xxx 能得到正确nano时间戳
  3. FPS.getObject单次apm统计时不再每次请求时创建对应对象, 方便保存历史数据

上述测试在华为MED-AL00游戏应用中, FPS接近perfdog统计. 原来版本无法正确统计(不管是否开关SurfaceView选项)