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

Issue 1967673002: Sampling heap profiler: use map instead of vector for children. (Closed)

Created:
4 years, 7 months ago by alph
Modified:
4 years, 7 months ago
Reviewers:
mattloring, ofrobots, ulan
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Sampling heap profiler: use map instead of vector for children. Committed: https://crrev.com/a02076429d6be9b5bdd31a887319004ab5f08d91 Cr-Commit-Position: refs/heads/master@{#36253}

Patch Set 1 #

Total comments: 11

Patch Set 2 : addressing comments. #

Patch Set 3 : fix the id function #

Total comments: 5

Patch Set 4 : addressing comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -27 lines) Patch
M src/profiler/sampling-heap-profiler.h View 1 2 3 2 chunks +22 lines, -4 lines 0 comments Download
M src/profiler/sampling-heap-profiler.cc View 5 chunks +21 lines, -23 lines 0 comments Download

Messages

Total messages: 26 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1967673002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1967673002/1
4 years, 7 months ago (2016-05-10 18:08:49 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-10 18:49:20 UTC) #4
alph
4 years, 7 months ago (2016-05-10 18:50:02 UTC) #6
ofrobots
https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h File src/profiler/sampling-heap-profiler.h (right): https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h#newcode88 src/profiler/sampling-heap-profiler.h:88: typedef uint64_t FunctionId; Going forward it would be better ...
4 years, 7 months ago (2016-05-11 16:48:13 UTC) #8
alph
https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h File src/profiler/sampling-heap-profiler.h (right): https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h#newcode88 src/profiler/sampling-heap-profiler.h:88: typedef uint64_t FunctionId; On 2016/05/11 16:48:13, ofrobots wrote: > ...
4 years, 7 months ago (2016-05-11 17:37:17 UTC) #9
ofrobots
https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h File src/profiler/sampling-heap-profiler.h (right): https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h#newcode88 src/profiler/sampling-heap-profiler.h:88: typedef uint64_t FunctionId; On 2016/05/11 17:37:17, alph wrote: > ...
4 years, 7 months ago (2016-05-11 22:48:09 UTC) #10
alph
https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h File src/profiler/sampling-heap-profiler.h (right): https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h#newcode88 src/profiler/sampling-heap-profiler.h:88: typedef uint64_t FunctionId; On 2016/05/11 22:48:09, ofrobots wrote: > ...
4 years, 7 months ago (2016-05-11 23:17:34 UTC) #11
ofrobots
https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h File src/profiler/sampling-heap-profiler.h (right): https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h#newcode88 src/profiler/sampling-heap-profiler.h:88: typedef uint64_t FunctionId; On 2016/05/11 23:17:34, alph wrote: > ...
4 years, 7 months ago (2016-05-12 00:03:05 UTC) #12
alph
https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h File src/profiler/sampling-heap-profiler.h (right): https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h#newcode93 src/profiler/sampling-heap-profiler.h:93: : static_cast<uint32_t>(reinterpret_cast<intptr_t>(name)); On 2016/05/12 00:03:05, ofrobots wrote: > On ...
4 years, 7 months ago (2016-05-12 01:37:44 UTC) #13
ofrobots
On 2016/05/12 01:37:44, alph wrote: > https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h > File src/profiler/sampling-heap-profiler.h (right): > > https://codereview.chromium.org/1967673002/diff/1/src/profiler/sampling-heap-profiler.h#newcode93 > ...
4 years, 7 months ago (2016-05-12 01:38:28 UTC) #14
alph
ptal
4 years, 7 months ago (2016-05-12 01:44:15 UTC) #15
ulan
https://codereview.chromium.org/1967673002/diff/40001/src/profiler/sampling-heap-profiler.h File src/profiler/sampling-heap-profiler.h (right): https://codereview.chromium.org/1967673002/diff/40001/src/profiler/sampling-heap-profiler.h#newcode90 src/profiler/sampling-heap-profiler.h:90: const char* name) { Instead of relying on name ...
4 years, 7 months ago (2016-05-12 10:01:20 UTC) #16
alph
On 2016/05/12 10:01:20, ulan wrote: > https://codereview.chromium.org/1967673002/diff/40001/src/profiler/sampling-heap-profiler.h > File src/profiler/sampling-heap-profiler.h (right): > > https://codereview.chromium.org/1967673002/diff/40001/src/profiler/sampling-heap-profiler.h#newcode90 > ...
4 years, 7 months ago (2016-05-13 01:27:07 UTC) #17
ulan
LGTM, please wait for Ali's review. I just realized that my previous suggestion doesn't work ...
4 years, 7 months ago (2016-05-13 09:05:00 UTC) #18
ofrobots
On 2016/05/13 09:05:00, ulan wrote: > LGTM, please wait for Ali's review. > > I ...
4 years, 7 months ago (2016-05-13 18:08:21 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1967673002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1967673002/60001
4 years, 7 months ago (2016-05-13 18:34:30 UTC) #22
alph
https://codereview.chromium.org/1967673002/diff/40001/src/profiler/sampling-heap-profiler.h File src/profiler/sampling-heap-profiler.h (right): https://codereview.chromium.org/1967673002/diff/40001/src/profiler/sampling-heap-profiler.h#newcode89 src/profiler/sampling-heap-profiler.h:89: static FunctionId function_id(int script_id, int start_position, On 2016/05/13 09:05:00, ...
4 years, 7 months ago (2016-05-13 18:34:35 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-13 19:08:45 UTC) #24
commit-bot: I haz the power
4 years, 7 months ago (2016-05-13 19:11:08 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a02076429d6be9b5bdd31a887319004ab5f08d91
Cr-Commit-Position: refs/heads/master@{#36253}

Powered by Google App Engine
This is Rietveld 408576698