Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
da9e8702
Unverified
Commit
da9e8702
authored
Jan 04, 2022
by
Kaushik Iska
Committed by
GitHub
Jan 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add total_ui_gc_time to benchmarks captured (#96125)
parent
e9b8a6ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
gallery.dart
dev/devicelab/lib/tasks/gallery.dart
+1
-0
perf_tests.dart
dev/devicelab/lib/tasks/perf_tests.dart
+1
-0
No files found.
dev/devicelab/lib/tasks/gallery.dart
View file @
da9e8702
...
...
@@ -160,6 +160,7 @@ 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'
,
...
...
dev/devicelab/lib/tasks/perf_tests.dart
View file @
da9e8702
...
...
@@ -942,6 +942,7 @@ 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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment