diff options
author | Peter Collingbourne <pcc@google.com> | 2021-04-10 00:12:33 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-04-10 00:12:33 +0000 |
commit | 16b51e62ea200f9821b1facb7d5b8690236a73a7 (patch) | |
tree | 83e29ee16ef26c438ec161964a0533b7f29ff576 /docs/native_allocator.md | |
parent | 999d82e51d8b96c622ecb63c69b56e7e7753e47d (diff) | |
parent | 7bdca8d16f92868f0f4be13d80b0b3316e5ec771 (diff) |
Merge "Fix the adb command to push the memory trace files."
Diffstat (limited to 'docs/native_allocator.md')
-rw-r--r-- | docs/native_allocator.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/native_allocator.md b/docs/native_allocator.md index 139d664d9..9fc9a31bc 100644 --- a/docs/native_allocator.md +++ b/docs/native_allocator.md @@ -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. |