diff options
author | John Reck <jreck@google.com> | 2016-04-08 15:09:24 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-04-08 15:09:26 +0000 |
commit | 4a735441e82207e18036be09d0d02c855930938f (patch) | |
tree | 90c9ce594962f8e02988954d500c580d4bf9ed79 /libs/hwui/tests/macrobench/TestSceneRunner.cpp | |
parent | 1d16d773b0d2d12301bda68d15adc6953ce68710 (diff) | |
parent | a41f2445156fe0bcfde6bd4d813dfc43796a526d (diff) |
Merge "Fix a derp" into nyc-dev
Diffstat (limited to 'libs/hwui/tests/macrobench/TestSceneRunner.cpp')
-rw-r--r-- | libs/hwui/tests/macrobench/TestSceneRunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/tests/macrobench/TestSceneRunner.cpp b/libs/hwui/tests/macrobench/TestSceneRunner.cpp index cc0fdd5537d2..c5af06160b62 100644 --- a/libs/hwui/tests/macrobench/TestSceneRunner.cpp +++ b/libs/hwui/tests/macrobench/TestSceneRunner.cpp @@ -122,5 +122,5 @@ void run(const TestScene::Info& info, const TestScene::Options& opts) { } } - proxy->dumpProfileInfo(STDOUT_FILENO, 0); + proxy->dumpProfileInfo(STDOUT_FILENO, DumpFlags::JankStats); } |