Flutter项目根文件夹中的flutter_jank_metrics_. json是什么?为什么和如何生成?
这可能与Flutter UI janky有关,但我没有在Flutter的官方文件中看到它。
dw1jzc5e1#
为了未来的我和同样好奇的人们。jank文件来自flutter run之后的交互终端,您可以按j生成它。j Dump frame raster stats for the current frame. (Unsupported for web)有关文件的详细信息可能与以下内容相关:https://docs.flutter.dev/perf/ui-performance
flutter run
j Dump frame raster stats for the current frame. (Unsupported for web)
1条答案
按热度按时间dw1jzc5e1#
为了未来的我和同样好奇的人们。
jank文件来自
flutter run
之后的交互终端,您可以按j生成它。j Dump frame raster stats for the current frame. (Unsupported for web)
有关文件的详细信息可能与以下内容相关:https://docs.flutter.dev/perf/ui-performance