diff options
| author | 2016-07-03 18:28:25 -0700 | |
|---|---|---|
| committer | 2016-07-06 10:50:21 -0700 | |
| commit | f1480761c1a83aecd09cdd473ec797a41d1a2f3f (patch) | |
| tree | 09dcdd59f5198ec1a333ad0ca614b62fd04b28bb /libs/hwui/Properties.cpp | |
| parent | c179797f8e8cd232d544aa4a037635958255f8c0 (diff) | |
Benchmark-mode for macrobench
Adds googlebench output format support
Adds offscreen rendering for >60fps benchmarking
Adds 'all' alias to run all registered TestScenes
Change-Id: I2579e40f2f4c941bfbd90c75efbee384c08a116b
Diffstat (limited to 'libs/hwui/Properties.cpp')
| -rw-r--r-- | libs/hwui/Properties.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index 6f68c2bdff80..112ba1192a07 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -65,6 +65,7 @@ ProfileType Properties::sProfileType = ProfileType::None; bool Properties::sDisableProfileBars = false; bool Properties::waitForGpuCompletion = false; +bool Properties::forceDrawFrame = false; bool Properties::filterOutTestOverhead = false; |