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

Issue 1245233004: Add chrome.memoryBenchmarking.requestMemoryDump() API (Closed)

Created:
5 years, 5 months ago by petrcermak
Modified:
5 years, 4 months ago
CC:
chromium-apps-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, erikwright+watch_chromium.org, extensions-reviews_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, tracing+reviews_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add chrome.memoryBenchmarking.requestMemoryDump() API This patch adds a method for requesting memory dumps exposed by the Memory Benchmarking extension: chrome.memoryBenchmarking.requestMemoryDump( function(dump_guid, success) { // Optional callback. }); The existing extension can be enabled by passing the --enable-memory-benchmarking command-line flag to Chrome. Note that this patch is a replacement for https://codereview.chromium.org/1232313004/ and https://codereview.chromium.org/1235393005/. BUG=505826

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -2 lines) Patch
M base/trace_event/memory_dump_manager.cc View 1 chunk +3 lines, -1 line 0 comments Download
M content/renderer/memory_benchmarking_extension.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/memory_benchmarking_extension.cc View 5 chunks +102 lines, -1 line 3 comments Download

Messages

Total messages: 13 (3 generated)
Primiano Tucci (use gerrit)
makes sense to me, but at the same time I never dealt with gin before ...
5 years, 5 months ago (2015-07-24 14:29:14 UTC) #3
Primiano Tucci (use gerrit)
Ah also would be nice to have a liitle bit more context in the CL ...
5 years, 5 months ago (2015-07-24 14:30:02 UTC) #4
pfeldman
Does it work on mobile?
5 years, 5 months ago (2015-07-24 14:55:54 UTC) #5
pfeldman
I guess it does when driver by telemetry. Not as straightforward as a ditect rdp ...
5 years, 5 months ago (2015-07-24 15:04:26 UTC) #6
pfeldman
We had a great chat with Primiano where we seemed to agree that there are ...
5 years, 5 months ago (2015-07-24 15:13:45 UTC) #7
Primiano Tucci (use gerrit)
+nduca and I had a chat and figured out that could have been easier and ...
5 years, 5 months ago (2015-07-24 15:26:11 UTC) #9
petrcermak
On 2015/07/24 15:26:11, Primiano Tucci (OOO til Aug 9) wrote: > +nduca and I had ...
5 years, 5 months ago (2015-07-24 15:31:14 UTC) #10
nduca
Pavel and I had a nice chat. It sounds like he's okay with us going ...
5 years, 5 months ago (2015-07-24 20:56:02 UTC) #11
jochen (gone - plz use gerrit)
lgtm
5 years, 4 months ago (2015-07-27 08:49:25 UTC) #12
petrcermak
5 years, 4 months ago (2015-07-29 16:18:47 UTC) #13
Message was sent while issue was closed.
After some discussions we decided to go back to the original DevTools API
solution (https://codereview.chromium.org/1255213003,
https://codereview.chromium.org/1235393005/,
https://codereview.chromium.org/1232313004/), so this patch was abandoned.

Powered by Google App Engine
This is Rietveld 408576698