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
48ce83a8
Unverified
Commit
48ce83a8
authored
Sep 24, 2020
by
Yuqian Li
Committed by
GitHub
Sep 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default measureCpuGpu to true (#66386)
parent
71c42c9c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
perf_tests.dart
dev/devicelab/lib/tasks/perf_tests.dart
+7
-7
No files found.
dev/devicelab/lib/tasks/perf_tests.dart
View file @
48ce83a8
...
...
@@ -15,7 +15,7 @@ import 'package:flutter_devicelab/framework/framework.dart';
import
'package:flutter_devicelab/framework/utils.dart'
;
import
'package:flutter_devicelab/tasks/track_widget_creation_enabled_task.dart'
;
TaskFunction
createComplexLayoutScrollPerfTest
(
{
bool
measureCpuGpu
=
fals
e
})
{
TaskFunction
createComplexLayoutScrollPerfTest
(
{
bool
measureCpuGpu
=
tru
e
})
{
return
PerfTest
(
'
${flutterDirectory.path}
/dev/benchmarks/complex_layout'
,
'test_driver/scroll_perf.dart'
,
...
...
@@ -131,7 +131,7 @@ TaskFunction createFlutterGalleryTransitionsPerfSkSLWarmupE2ETest() {
).
run
;
}
TaskFunction
createBackdropFilterPerfTest
(
{
bool
measureCpuGpu
=
fals
e
})
{
TaskFunction
createBackdropFilterPerfTest
(
{
bool
measureCpuGpu
=
tru
e
})
{
return
PerfTest
(
'
${flutterDirectory.path}
/dev/benchmarks/macrobenchmarks'
,
'test_driver/run_app.dart'
,
...
...
@@ -149,7 +149,7 @@ TaskFunction createBackdropFilterPerfE2ETest() {
).
run
;
}
TaskFunction
createPostBackdropFilterPerfTest
(
{
bool
measureCpuGpu
=
fals
e
})
{
TaskFunction
createPostBackdropFilterPerfTest
(
{
bool
measureCpuGpu
=
tru
e
})
{
return
PerfTest
(
'
${flutterDirectory.path}
/dev/benchmarks/macrobenchmarks'
,
'test_driver/run_app.dart'
,
...
...
@@ -160,7 +160,7 @@ TaskFunction createPostBackdropFilterPerfTest({bool measureCpuGpu = false}) {
).
run
;
}
TaskFunction
createSimpleAnimationPerfTest
(
{
bool
measureCpuGpu
=
fals
e
})
{
TaskFunction
createSimpleAnimationPerfTest
(
{
bool
measureCpuGpu
=
tru
e
})
{
return
PerfTest
(
'
${flutterDirectory.path}
/dev/benchmarks/macrobenchmarks'
,
'test_driver/run_app.dart'
,
...
...
@@ -171,7 +171,7 @@ TaskFunction createSimpleAnimationPerfTest({bool measureCpuGpu = false}) {
).
run
;
}
TaskFunction
createAnimatedPlaceholderPerfTest
(
{
bool
measureCpuGpu
=
fals
e
})
{
TaskFunction
createAnimatedPlaceholderPerfTest
(
{
bool
measureCpuGpu
=
tru
e
})
{
return
PerfTest
(
'
${flutterDirectory.path}
/dev/benchmarks/macrobenchmarks'
,
'test_driver/run_app.dart'
,
...
...
@@ -482,7 +482,7 @@ class PerfTest {
this
.
testDirectory
,
this
.
testTarget
,
this
.
timelineFileName
,
{
this
.
measureCpuGpu
=
fals
e
,
this
.
measureCpuGpu
=
tru
e
,
this
.
measureMemory
=
false
,
this
.
saveTraceFile
=
false
,
this
.
testDriver
,
...
...
@@ -495,7 +495,7 @@ class PerfTest {
const
PerfTest
.
e2e
(
this
.
testDirectory
,
this
.
testTarget
,
{
this
.
measureCpuGpu
=
fals
e
,
this
.
measureCpuGpu
=
tru
e
,
this
.
measureMemory
=
false
,
this
.
testDriver
=
'test_driver/e2e_test.dart'
,
this
.
needsFullTimeline
=
false
,
...
...
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