Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Android-systrace获取统计帧数据_Android_Performance_React Native_Performance Testing_Systrace - Fatal编程技术网

使用Android-systrace获取统计帧数据

使用Android-systrace获取统计帧数据,android,performance,react-native,performance-testing,systrace,Android,Performance,React Native,Performance Testing,Systrace,我想在文本表单中获得关于平均FPS、丢弃帧数、平均RAM使用率的信息,这样我就可以比较两个应用程序,看看哪个应用程序在滚动列表时更平滑。但我需要这方面的硬数据(这是毕业论文) 当我跑的时候 $ <path_to_android_sdk>/platform-tools/systrace/systrace.py --time=10 -o trace.html sched gfx view -a <your_package_name> $/platform tools/sys

我想在文本表单中获得关于平均FPS、丢弃帧数、平均RAM使用率的信息,这样我就可以比较两个应用程序,看看哪个应用程序在滚动列表时更平滑。但我需要这方面的硬数据(这是毕业论文)

当我跑的时候

$ <path_to_android_sdk>/platform-tools/systrace/systrace.py --time=10 -o trace.html sched gfx view -a <your_package_name>
$/platform tools/systrace/systrace.py--time=10-o trace.html sched gfx view-a
由React native推荐,我获得了大量的可视数据,但无法仅获得我提到的内容


你能给我提供脚本,让我得到我需要的数据吗?

你找到什么了吗?你找到什么了吗?