|
Distinguish weak references in heap snapshots, group GC roots.
Several changes to better organize snapshot data:
1. Provide information about weak references.
2. Group (GC roots) children.
3. Prettify debug snapshot printing.
BUG= v8:1832
TEST=cctest/test-heap-profiler/*Weak*
Committed: http://code.google.com/p/v8/source/detail?r=10158
Total comments: 22
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+397 lines, -52 lines) |
Patch |
|
M |
include/v8-profiler.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
2 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
|
4 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
2 chunks |
+30 lines, -5 lines |
4 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/profile-generator.h
|
View
|
|
10 chunks |
+27 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/profile-generator.cc
|
View
|
|
20 chunks |
+210 lines, -28 lines |
16 comments
|
Download
|
|
M |
src/profile-generator-inl.h
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-heap-profiler.cc
|
View
|
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|