Searched refs:SIMPLEPERF_STOP_CMD (Results 1 – 1 of 1) sorted by relevance
46 private static final String SIMPLEPERF_STOP_CMD = "pkill -INT simpleperf"; field in SimpleperfHelper155 String stopOutput = mUiDevice.executeShellCommand(SIMPLEPERF_STOP_CMD); in stopSimpleperf()156 Log.i(LOG_TAG, String.format("Simpleperf stop command ran: %s", SIMPLEPERF_STOP_CMD)); in stopSimpleperf()