DescriptionUse totmaps if available on chromeos
We currently use statm on linux. This provides less than great results.
We take total resident memory and subtract "shared pages" from it instead of
using a count of pages that only this process has mapped.
On chromeos we've added totmaps which sums up the fields from the process'
smaps.
BUG=125150
TEST=Examine memory reports from about:memory and task manager, and compare
them to the sums of the results in the smaps.
R=thestig@chromium.org, willchan@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202639
Patch Set 1 #Patch Set 2 : Minor cleanup #
Total comments: 3
Patch Set 3 : Review nits #
Messages
Total messages: 5 (0 generated)
|