Fix the adb command to push the memory trace files.

Change-Id: If49d084486486c7899d7655175860f7528aac6ce
This commit is contained in:
Peter Collingbourne 2021-04-09 15:11:42 -07:00
parent eb33b5b7a8
commit 7bdca8d16f
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ the option [record\_allocs](https://android.googlesource.com/platform/bionic/+/m
To run these benchmarks, first copy the trace files to the target using
these commands:
adb shell push system/extras/traces /data/local/tmp
adb push system/extras/memory_replay/traces /data/local/tmp
Since all of the traces come from applications, the `memory_replay` program
will always call `mallopt(M_DECAY_TIME, 1)' before running the trace.