[tracing] Consolidate v8 reporting in memory-infra
commit553bea9aa33a20edd3e9e467a0757d3b4f5a88ed
authorprimiano <primiano@chromium.org>
Wed, 9 Sep 2015 16:37:35 +0000 (9 09:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 9 Sep 2015 16:38:13 +0000 (9 16:38 +0000)
tree53f780c8b5dc87bc55fabe29eee10f9eda3aa0a0
parent3881b6da560b445fb59e553b38eb98a10c7fa73f
[tracing] Consolidate v8 reporting in memory-infra

The overall plan is to make it so that all the memory-infra dumpers report,
in the "size" column, an estimation of amount of resident memory that
is causing pressure to the system.
Before this CL the v8 dumper was reporting the virtual memory size,
which is generally higher that the actual resident memory.
This CL normalizes the situation.
Also, the detailed dump about the heap objects at last GC is renamed
to reflect the information, in lack of a better solution (see
crbug.com/498779).

BUG=481504,476013

Review URL: https://codereview.chromium.org/1307173008

Cr-Commit-Position: refs/heads/master@{#347947}
gin/v8_isolate_memory_dump_provider.cc