From f1480761c1a83aecd09cdd473ec797a41d1a2f3f Mon Sep 17 00:00:00 2001 From: John Reck Date: Sun, 3 Jul 2016 18:28:25 -0700 Subject: 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 --- libs/hwui/Properties.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/hwui/Properties.cpp') 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; -- cgit v1.2.3-59-g8ed1b