Revert "Add total_ui_gc_time to benchmarks captured (#96125)" (#96137)

This commit is contained in:
Zachary Anderson 2022-01-04 12:14:36 -08:00 committed by GitHub
parent da9e87021d
commit 764c3c18d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -160,7 +160,6 @@ class GalleryTransitionTest {
'90th_percentile_picture_cache_memory',
'99th_percentile_picture_cache_memory',
'worst_picture_cache_memory',
'total_ui_gc_time',
if (measureCpuGpu && !isAndroid) ...<String>[
// See https://github.com/flutter/flutter/issues/68888
if (summary['average_cpu_usage'] != null) 'average_cpu_usage',

View File

@ -942,7 +942,6 @@ const List<String> _kCommonScoreKeys = <String>[
'worst_picture_cache_memory',
'new_gen_gc_count',
'old_gen_gc_count',
'total_ui_gc_time',
];
class PerfTestWithSkSL extends PerfTest {