• Startup time to the first frame

  • Frame buildDuration, rasterDuration, and totalSpan

  • Statistics of frame buildDuration (*_frame_build_time_millis)

    • We recommend monitoring four stats: average, 90th percentile, 99th percentile, and worst frame build time.
    • See, for example, metrics for the flutter_gallery__transition_perf test.
  • Statistics of frame rasterDuration (*_frame_build_time_millis)

    • We recommend monitoring four stats: average, 90th percentile, 99th percentile, and worst frame build time.
    • See, for example, metrics for the flutter_gallery__transition_perf test.
  • CPU/GPU usage (a good approximation for energy use)

  • release_size_bytes to approximately measure the size of a Flutter app

For a complete list of performance metrics Flutter measures per commit, visit the following sites, click Query, and filter the test and sub_result fields: