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

Issue 2635023002: [tracing] Support new heap dump format (Closed)

Created:
3 years, 11 months ago by hjd
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

[tracing] Support new heap dump format Add support for the new heap dump format. See: BUG=catapult:#2947 BUG=chromium:708930 Review-Url: https://codereview.chromium.org/2635023002 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/239f08ec63f401050f448ae3ca4cba48606682cf

Patch Set 1 #

Patch Set 2 : support new heap format #

Patch Set 3 : fix event matching #

Patch Set 4 : fix old traces #

Patch Set 5 : update to fix a bunch of bugs #

Patch Set 6 : add self stack frames #

Patch Set 7 : support new format #

Patch Set 8 : remove empty test file #

Patch Set 9 : add test_data file #

Patch Set 10 : remove it again #

Total comments: 9

Patch Set 11 : fix comments #

Patch Set 12 : rebase #

Patch Set 13 : remove errors #

Patch Set 14 : fix bugs #

Patch Set 15 : rebase #

Patch Set 16 : fix bug''fix bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1087 lines, -192 lines) Patch
M tracing/trace_viewer.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -0 lines 0 comments Download
M tracing/tracing/base/multi_dimensional_view.html View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +36 lines, -2 lines 0 comments Download
M tracing/tracing/base/multi_dimensional_view_test.html View 1 2 3 4 5 6 7 8 9 10 11 20 chunks +255 lines, -3 lines 0 comments Download
M tracing/tracing/extras/importer/heap_dump_trace_event_importer.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +53 lines, -150 lines 0 comments Download
A + tracing/tracing/extras/importer/legacy_heap_dump_trace_event_importer.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +30 lines, -4 lines 0 comments Download
A tracing/tracing/extras/importer/profiling_dictionary_reader.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +315 lines, -0 lines 0 comments Download
A tracing/tracing/extras/importer/profiling_dictionary_reader_test.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +275 lines, -0 lines 0 comments Download
M tracing/tracing/extras/importer/trace_event_importer.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +49 lines, -27 lines 0 comments Download
M tracing/tracing/model/heap_dump.html View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +14 lines, -4 lines 0 comments Download
M tracing/tracing/ui/analysis/memory_dump_heap_details_pane.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -2 lines 0 comments Download
M tracing/tracing/ui/analysis/memory_dump_heap_details_pane_test.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +52 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (13 generated)
hjd
ptal, thanks!
3 years, 10 months ago (2017-02-03 15:51:08 UTC) #5
lpy
LGTM. It would be nice if you could add tests for importers, but you can ...
3 years, 10 months ago (2017-02-08 23:30:01 UTC) #7
DmitrySkiba
Please not commit just yet, there is a bug that 'Object Type' pane always shows ...
3 years, 10 months ago (2017-02-08 23:38:34 UTC) #9
hjd
On 2017/02/08 23:38:34, DmitrySkiba wrote: > Please not commit just yet, there is a bug ...
3 years, 10 months ago (2017-02-10 11:05:53 UTC) #10
DmitrySkiba
On 2017/02/10 11:05:53, hjd wrote: > On 2017/02/08 23:38:34, DmitrySkiba wrote: > > Please not ...
3 years, 10 months ago (2017-02-13 19:01:44 UTC) #11
hjd
On 2017/02/13 19:01:44, DmitrySkiba wrote: > On 2017/02/10 11:05:53, hjd wrote: > > On 2017/02/08 ...
3 years, 10 months ago (2017-02-14 12:47:48 UTC) #12
hjd
On 2017/02/14 12:47:48, hjd wrote: > On 2017/02/13 19:01:44, DmitrySkiba wrote: > > On 2017/02/10 ...
3 years, 9 months ago (2017-03-17 12:38:27 UTC) #13
fmeawad
On 2017/03/17 12:38:27, hjd wrote: > On 2017/02/14 12:47:48, hjd wrote: > > On 2017/02/13 ...
3 years, 9 months ago (2017-03-17 16:31:44 UTC) #14
hjd
On 2017/03/17 16:31:44, fmeawad wrote: > On 2017/03/17 12:38:27, hjd wrote: > > On 2017/02/14 ...
3 years, 9 months ago (2017-03-17 16:40:29 UTC) #15
fmeawad
On 2017/03/17 16:40:29, hjd wrote: > On 2017/03/17 16:31:44, fmeawad wrote: > > On 2017/03/17 ...
3 years, 9 months ago (2017-03-17 16:58:18 UTC) #16
hjd
On 2017/03/17 16:58:18, fmeawad wrote: > On 2017/03/17 16:40:29, hjd wrote: > > On 2017/03/17 ...
3 years, 9 months ago (2017-03-17 17:00:08 UTC) #17
Primiano Tucci (use gerrit)
Fadi, Hector any update on this? Would be nice to move the ball forward here. ...
3 years, 9 months ago (2017-03-22 15:53:52 UTC) #19
fmeawad
LGTM, We need to figure out how to upload the test_data file, and I was ...
3 years, 9 months ago (2017-03-23 20:43:58 UTC) #20
DmitrySkiba
hjd@, when do you think you can land this?
3 years, 7 months ago (2017-05-19 18:33:41 UTC) #23
hjd
https://codereview.chromium.org/2635023002/diff/180001/tracing/tracing/extras/importer/trace_event_importer.html File tracing/tracing/extras/importer/trace_event_importer.html (right): https://codereview.chromium.org/2635023002/diff/180001/tracing/tracing/extras/importer/trace_event_importer.html#newcode2649 tracing/tracing/extras/importer/trace_event_importer.html:2649: var processTypeMap = this.objectTypeNameMap_[pid]; On 2017/03/23 20:43:57, fmeawad wrote: ...
3 years, 7 months ago (2017-05-22 15:43:43 UTC) #24
hjd
On 2017/05/19 18:33:41, DmitrySkiba wrote: > hjd@, when do you think you can land this? ...
3 years, 7 months ago (2017-05-22 15:48:23 UTC) #25
DmitrySkiba
On 2017/05/22 15:48:23, hjd wrote: > On 2017/05/19 18:33:41, DmitrySkiba wrote: > > hjd@, when ...
3 years, 7 months ago (2017-05-23 17:38:08 UTC) #26
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/2635023002/300001
3 years, 7 months ago (2017-05-26 13:51:41 UTC) #29
commit-bot: I haz the power
3 years, 7 months ago (2017-05-26 14:15:46 UTC) #32
Message was sent while issue was closed.
Committed patchset #16 (id:300001) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698