Unverified Commit da9e8702 authored by Kaushik Iska's avatar Kaushik Iska Committed by GitHub

Add total_ui_gc_time to benchmarks captured (#96125)

parent e9b8a6ef
...@@ -160,6 +160,7 @@ class GalleryTransitionTest { ...@@ -160,6 +160,7 @@ class GalleryTransitionTest {
'90th_percentile_picture_cache_memory', '90th_percentile_picture_cache_memory',
'99th_percentile_picture_cache_memory', '99th_percentile_picture_cache_memory',
'worst_picture_cache_memory', 'worst_picture_cache_memory',
'total_ui_gc_time',
if (measureCpuGpu && !isAndroid) ...<String>[ if (measureCpuGpu && !isAndroid) ...<String>[
// See https://github.com/flutter/flutter/issues/68888 // See https://github.com/flutter/flutter/issues/68888
if (summary['average_cpu_usage'] != null) 'average_cpu_usage', if (summary['average_cpu_usage'] != null) 'average_cpu_usage',
......
...@@ -942,6 +942,7 @@ const List<String> _kCommonScoreKeys = <String>[ ...@@ -942,6 +942,7 @@ const List<String> _kCommonScoreKeys = <String>[
'worst_picture_cache_memory', 'worst_picture_cache_memory',
'new_gen_gc_count', 'new_gen_gc_count',
'old_gen_gc_count', 'old_gen_gc_count',
'total_ui_gc_time',
]; ];
class PerfTestWithSkSL extends PerfTest { class PerfTestWithSkSL extends PerfTest {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment