summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Azwa Bajwah <abajwah@google.com> 2023-06-13 16:47:10 +0000
committer Vishnu Nair <vishnun@google.com> 2023-06-13 20:09:10 +0000
commit42ee3d725348fc021f126c67687ef2e7c215658b (patch)
treeede12b6b9056b445f87de838a68488c885cc9a8b
parent5403afafafb32ed2008c9879f6ab2f5a9f18942a (diff)
[SurfaceFlingerPerfTest] Add app to sf inbound/outbound metrics
Bug: 287081404 Test: atest SurfaceFlingerPerfTest Change-Id: Ib574db0841f2b3dd0bcaa2acdba12c25abd0ca08
-rw-r--r--apct-tests/perftests/surfaceflinger/AndroidTest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apct-tests/perftests/surfaceflinger/AndroidTest.xml b/apct-tests/perftests/surfaceflinger/AndroidTest.xml
index 11d110670b7a..58cf58b89782 100644
--- a/apct-tests/perftests/surfaceflinger/AndroidTest.xml
+++ b/apct-tests/perftests/surfaceflinger/AndroidTest.xml
@@ -58,8 +58,8 @@
<option name="instrumentation-arg" key="report" value="true" />
<option name="instrumentation-arg" key="arguments" value="-g" />
<option name="instrumentation-arg" key="events_to_record" value="instructions,cpu-cycles,raw-l3d-cache-refill,sched:sched_waking" />
- <option name="instrumentation-arg" key="processes_to_record" value="surfaceflinger" />
- <option name="instrumentation-arg" key="symbols_to_report" value="&quot;commit;android::SurfaceFlinger::commit(;composite;android::SurfaceFlinger::composite(&quot;" />
+ <option name="instrumentation-arg" key="processes_to_record" value="surfaceflinger,android.perftests.surfaceflinger" />
+ <option name="instrumentation-arg" key="symbols_to_report" value="&quot;commit;android::SurfaceFlinger::commit(;composite;android::SurfaceFlinger::composite(;outbound;android::SurfaceComposerClient::Transaction::apply(;inbound;android::BnTransactionCompletedListener::onTransact(&quot;"/>
<!-- should match profiling-iterations -->
<option name="instrumentation-arg" key="test_iterations" value="525" />