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

Issue 24076016: Add JS heap snapshotting functionality to Telemetry (part 2) (Closed)

Created:
7 years, 3 months ago by marja
Modified:
7 years, 3 months ago
Reviewers:
nduca
CC:
chromium-reviews, chrome-speed-team+watch_google.com, telemetry+watch_chromium.org
Visibility:
Public.

Description

Add JS heap snapshotting functionality to Telemetry (part 2) This CL adds code which parses the JS heap snapshot retrieved from the Dev tools. BUG=274456 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223392

Patch Set 1 #

Patch Set 2 : . #

Total comments: 21

Patch Set 3 : Code review (nduca) #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+433 lines, -9 lines) Patch
M tools/telemetry/telemetry/core/backends/chrome/inspector_backend.py View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
A + tools/telemetry/telemetry/core/heap/__init__.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/telemetry/telemetry/core/heap/chrome_js_heap_snapshot_parser.py View 1 2 1 chunk +247 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/heap/chrome_js_heap_snapshot_parser_unittest.py View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/heap/live_heap_object.py View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/heap/model.py View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/heap/retaining_edge.py View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
D tools/telemetry/telemetry/core/jsheap/__init__.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/telemetry/telemetry/core/jsheap/model.py View 1 2 1 chunk +0 lines, -8 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
marja
nduca, ptal Sorry, this CL is a bit frightening, but it's because the js heap ...
7 years, 3 months ago (2013-09-13 11:18:52 UTC) #1
nduca
https://codereview.chromium.org/24076016/diff/1002/tools/telemetry/telemetry/core/jsheap/data.py File tools/telemetry/telemetry/core/jsheap/data.py (right): https://codereview.chromium.org/24076016/diff/1002/tools/telemetry/telemetry/core/jsheap/data.py#newcode2 tools/telemetry/telemetry/core/jsheap/data.py:2: # Use of this source code is governed by ...
7 years, 3 months ago (2013-09-15 15:28:33 UTC) #2
nduca
But lgtm when you feel you've figured out which bits of feedback above you feel ...
7 years, 3 months ago (2013-09-15 16:47:03 UTC) #3
marja
Thanks for the review! Based on the comments, it looked like we're reasonably well on ...
7 years, 3 months ago (2013-09-16 11:12:47 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/24076016/12001
7 years, 3 months ago (2013-09-16 11:13:10 UTC) #5
commit-bot: I haz the power
7 years, 3 months ago (2013-09-16 20:08:14 UTC) #6
Message was sent while issue was closed.
Change committed as 223392

Powered by Google App Engine
This is Rietveld 408576698