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

Issue 5537001: New Heap Profiler: add API method for finding a graph node by id. (Closed)

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

Description

New Heap Profiler: add API method for finding a graph node by id. TEST=cctest/test-heap-profiler/HeapSnapshotGetNodeById Committed: http://code.google.com/p/v8/source/detail?r=5914

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -0 lines) Patch
M include/v8-profiler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/api.cc View 1 chunk +7 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 1 chunk +22 lines, -0 lines 2 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
mnaganov (inactive)
10 years ago (2010-12-02 00:22:43 UTC) #1
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/5537001/diff/1/src/profile-generator.cc File src/profile-generator.cc (right): http://codereview.chromium.org/5537001/diff/1/src/profile-generator.cc#newcode1556 src/profile-generator.cc:1556: int mid = ((unsigned int)low + (unsigned int)high) ...
10 years ago (2010-12-02 07:37:15 UTC) #2
mnaganov (inactive)
10 years ago (2010-12-02 15:38:24 UTC) #3
http://codereview.chromium.org/5537001/diff/1/src/profile-generator.cc
File src/profile-generator.cc (right):

http://codereview.chromium.org/5537001/diff/1/src/profile-generator.cc#newcod...
src/profile-generator.cc:1556: int mid = ((unsigned int)low + (unsigned
int)high) >> 1;
On 2010/12/02 07:37:15, Søren Gjesse wrote:
> No C-style casts please.

Done.

Powered by Google App Engine
This is Rietveld 408576698