Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Issue 5314003: New Heap profiler: fix JSON serialization of aggregated profiles. (Closed)

Created:
10 years, 1 month ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

New Heap profiler: fix JSON serialization of aggregated profiles. Serialization was failing due to unset dominator pointers. TEST=test-heap-snapshot/AggregatedHeapSnapshotJSONSerialization Committed: http://code.google.com/p/v8/source/detail?r=5888

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -4 lines) Patch
M src/heap-profiler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/profile-generator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/profile-generator.cc View 2 chunks +9 lines, -4 lines 2 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
mnaganov (inactive)
10 years, 1 month ago (2010-11-23 15:21:18 UTC) #1
Vitaly Repeshko
Drive by question. -- Vitaly http://codereview.chromium.org/5314003/diff/1/src/profile-generator.cc File src/profile-generator.cc (right): http://codereview.chromium.org/5314003/diff/1/src/profile-generator.cc#newcode877 src/profile-generator.cc:877: dominator_ = NULL; Can ...
10 years, 1 month ago (2010-11-23 15:27:40 UTC) #2
mnaganov (inactive)
http://codereview.chromium.org/5314003/diff/1/src/profile-generator.cc File src/profile-generator.cc (right): http://codereview.chromium.org/5314003/diff/1/src/profile-generator.cc#newcode877 src/profile-generator.cc:877: dominator_ = NULL; On 2010/11/23 15:27:40, Vitaly wrote: > ...
10 years, 1 month ago (2010-11-23 15:30:38 UTC) #3
Søren Thygesen Gjesse
10 years, 1 month ago (2010-11-24 08:18:23 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698