1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright 2016 Google Inc. All Rights Reserved --> 3<configuration description="Testing system memory and app memory usage after launching app"> 4 <!--apk-path option should point to the location of the test apk path--> 5 <target_preparer class="com.android.tradefed.targetprep.InstallApkSetup" /> 6 <!--install test apk from test artifacts.--> 7 <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup" /> 8 <target_preparer class="com.android.tradefed.targetprep.TimeWaster" > 9 <option name="delay" value="60000" /> 10 </target_preparer> 11 <test class="com.android.performance.tests.HermeticMemoryTest"/> 12</configuration> 13