diff options
author | Lokesh Gidra <lokeshgidra@google.com> | 2019-02-27 16:21:16 -0800 |
---|---|---|
committer | Lokesh Gidra <lokeshgidra@google.com> | 2019-03-07 17:56:07 +0000 |
commit | b4dad1bc139e46f25afeac21c9959f2787e4937a (patch) | |
tree | 5f09fa649df56eb8cd217fc9a32de9046f312e28 /test/ProfileTestMultiDex/Main.java | |
parent | 85dd9e35193a886d76734387d6764045bb4bb2d5 (diff) |
Add peak RSS stats to GC perf dump
Use mincore() to extract resident memory info and compute RSS specific
to GC data structures and heaps. It must be computed at a time in the GC
cycle when the physical memory consumption is at its peak. For instance,
for CC it is immediately after marking is finished and before regions
are cleared.
Test: art/test/testrunner/testrunner.py --target --runtime-option=-XX:DumpGCPerformanceOnShutdown
Bug: b/112187497
Change-Id: I92cf006524cf6c91ba1e96aa7c5303c578e6db54
Diffstat (limited to 'test/ProfileTestMultiDex/Main.java')
0 files changed, 0 insertions, 0 deletions