DescriptionAdd 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
Messages
Total messages: 13 (3 generated)
|