Loading tools/perf/benchmarks +18 −0 Original line number Diff line number Diff line Loading @@ -794,6 +794,24 @@ benchmarks: preroll=1, postroll=2, ), Benchmark(id="systemui_flicker_add_log_call", title="Add a Log call to flicker", change=Modify("platform_testing/libraries/flicker/src/android/tools/flicker/FlickerServiceResultsCollector.kt", lambda: f'Log.v(LOG_TAG, "BENCHMARK = {random.randint(0, 1000000)}");\n', before="Log.v(LOG_TAG,"), modules=["WMShellFlickerTestsPip"], preroll=1, postroll=2, ), Benchmark(id="systemui_core_add_log_call", title="Add a Log call SystemUIApplication", change=Modify("frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java", lambda: f'Log.v(TAG, "BENCHMARK = {random.randint(0, 1000000)}");\n', before="Log.wtf(TAG,"), modules=["SystemUI-core"], preroll=1, postroll=2, ), ] def _error(self, message): Loading Loading
tools/perf/benchmarks +18 −0 Original line number Diff line number Diff line Loading @@ -794,6 +794,24 @@ benchmarks: preroll=1, postroll=2, ), Benchmark(id="systemui_flicker_add_log_call", title="Add a Log call to flicker", change=Modify("platform_testing/libraries/flicker/src/android/tools/flicker/FlickerServiceResultsCollector.kt", lambda: f'Log.v(LOG_TAG, "BENCHMARK = {random.randint(0, 1000000)}");\n', before="Log.v(LOG_TAG,"), modules=["WMShellFlickerTestsPip"], preroll=1, postroll=2, ), Benchmark(id="systemui_core_add_log_call", title="Add a Log call SystemUIApplication", change=Modify("frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java", lambda: f'Log.v(TAG, "BENCHMARK = {random.randint(0, 1000000)}");\n', before="Log.wtf(TAG,"), modules=["SystemUI-core"], preroll=1, postroll=2, ), ] def _error(self, message): Loading