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

Issue 2810523002: symbolize_trace: support new heap dump format. (Closed)

Created:
3 years, 8 months ago by DmitrySkiba
Modified:
3 years, 7 months ago
CC:
catapult-reviews_chromium.org, tracing-review_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

symbolize_trace: support new heap dump format. This CL adds support for the new heap dump format (see the bug for details about the format). BUG=chromium:708930 Review-Url: https://codereview.chromium.org/2810523002 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/18b10cbe616e114d9eae4e7a0dd07c8d81a7ef39

Patch Set 1 #

Patch Set 2 : Remove everything except symbolization #

Total comments: 15

Patch Set 3 : Add comments; delete more unused code #

Patch Set 4 : ParseMore -> ParseNext #

Total comments: 23

Patch Set 5 : We need to go deeper #

Total comments: 18

Patch Set 6 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+966 lines, -253 lines) Patch
M tracing/bin/symbolize_trace View 1 2 3 4 5 8 chunks +966 lines, -253 lines 0 comments Download

Messages

Total messages: 34 (10 generated)
DmitrySkiba
3 years, 8 months ago (2017-04-09 06:03:27 UTC) #3
DmitrySkiba
3 years, 8 months ago (2017-04-09 06:05:20 UTC) #5
DmitrySkiba
Guys PTAL.
3 years, 8 months ago (2017-04-11 16:50:21 UTC) #6
Primiano Tucci (use gerrit)
^__^ Honestly this is way more than what I was expecting here :/ Is there ...
3 years, 8 months ago (2017-04-12 16:19:02 UTC) #8
DmitrySkiba
On 2017/04/12 16:19:02, Primiano Tucci wrote: > ^__^ > Honestly this is way more than ...
3 years, 8 months ago (2017-04-12 16:49:19 UTC) #9
awong
Heya... jumping in here. Seems like you've put a lot of thought and work into ...
3 years, 8 months ago (2017-04-12 23:31:32 UTC) #10
awong
ping... curious on thoughts? On 2017/04/12 23:31:32, awong wrote: > Heya... jumping in here. > ...
3 years, 8 months ago (2017-04-17 19:53:03 UTC) #11
DmitrySkiba
On 2017/04/17 19:53:03, awong wrote: > ping... curious on thoughts? I think you're right, and ...
3 years, 8 months ago (2017-04-17 19:56:11 UTC) #12
DmitrySkiba
Guys PTAL - I've removed everything except symbolization. I'll re-add features in follow-up CLs, along ...
3 years, 8 months ago (2017-04-18 23:53:02 UTC) #14
fmeawad
+lpy
3 years, 8 months ago (2017-04-19 21:46:53 UTC) #16
awong
https://codereview.chromium.org/2810523002/diff/20001/tracing/bin/symbolize_trace File tracing/bin/symbolize_trace (right): https://codereview.chromium.org/2810523002/diff/20001/tracing/bin/symbolize_trace#newcode109 tracing/bin/symbolize_trace:109: class StringMap(object): These classes should have doc strings explaining ...
3 years, 8 months ago (2017-04-20 19:37:39 UTC) #17
awong
https://codereview.chromium.org/2810523002/diff/20001/tracing/bin/symbolize_trace File tracing/bin/symbolize_trace (right): https://codereview.chromium.org/2810523002/diff/20001/tracing/bin/symbolize_trace#newcode135 tracing/bin/symbolize_trace:135: self._modified = True Is Clear() not reset? This looks ...
3 years, 8 months ago (2017-04-20 22:12:15 UTC) #18
awong
Okay, last of the trickling comments. So, I think the biggest issue for me is ...
3 years, 8 months ago (2017-04-20 22:28:05 UTC) #19
awong
Okay, last of the trickling comments. So, I think the biggest issue for me is ...
3 years, 8 months ago (2017-04-20 22:28:07 UTC) #20
DmitrySkiba
I've added comments, PTAL.
3 years, 7 months ago (2017-04-27 05:43:14 UTC) #21
DmitrySkiba
*** Check Out This Weird Trick To Get Your CL Reviewed ***
3 years, 7 months ago (2017-04-29 00:26:34 UTC) #22
Wez
Some quick comments on the file-level documentation (which is overall a nice summary :) https://codereview.chromium.org/2810523002/diff/60001/tracing/bin/symbolize_trace ...
3 years, 7 months ago (2017-04-29 00:41:22 UTC) #23
DmitrySkiba
Added more comments - PTAL. https://codereview.chromium.org/2810523002/diff/60001/tracing/bin/symbolize_trace File tracing/bin/symbolize_trace (right): https://codereview.chromium.org/2810523002/diff/60001/tracing/bin/symbolize_trace#newcode15 tracing/bin/symbolize_trace:15: sampled during tracing period ...
3 years, 7 months ago (2017-05-02 06:19:59 UTC) #24
Wez
This looks great; left one last set of suggestions. :) https://codereview.chromium.org/2810523002/diff/60001/tracing/bin/symbolize_trace File tracing/bin/symbolize_trace (right): https://codereview.chromium.org/2810523002/diff/60001/tracing/bin/symbolize_trace#newcode26 ...
3 years, 7 months ago (2017-05-03 00:17:10 UTC) #25
Primiano Tucci (use gerrit)
Folks, I will be really really honest here. This CL has involved 4 people for ...
3 years, 7 months ago (2017-05-03 17:25:05 UTC) #26
fmeawad
LGTM Comments: - Lets make sure that users know that there is no guarantee if ...
3 years, 7 months ago (2017-05-03 18:19:34 UTC) #27
DmitrySkiba
https://codereview.chromium.org/2810523002/diff/60001/tracing/bin/symbolize_trace File tracing/bin/symbolize_trace (right): https://codereview.chromium.org/2810523002/diff/60001/tracing/bin/symbolize_trace#newcode26 tracing/bin/symbolize_trace:26: Chrome: malloc, blink_gc, and partition_alloc. On 2017/05/03 00:17:09, Wez ...
3 years, 7 months ago (2017-05-04 00:30:56 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2810523002/100001
3 years, 7 months ago (2017-05-04 04:50:27 UTC) #31
commit-bot: I haz the power
3 years, 7 months ago (2017-05-04 05:14:36 UTC) #34
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698