commit | 0ed5a808697b9b36ef56bd53c0f0f210c0f3f2f3 | [log] [tgz] |
---|---|---|
author | Alexei Filippov <[email protected]> | Sat Jan 27 17:20:58 2018 |
committer | Commit Bot <[email protected]> | Sat Jan 27 17:20:58 2018 |
tree | 138683cca0d324e2d5071d773aa539e1a955d518 | |
parent | f77d64b3331249303dff77e9f7409d26dd1a027f [diff] [blame] |
DevTools: Introduce Memory.getAllTimeSamplingProfile command It retrieves the currently collected native heap sampling snapshot. The renderer process had to be started with --sampling-heap-profiler flag to obtain the snapshot. BUG=803276 Change-Id: I26ffe5e366abb33245d2f83ffa02bd4350737b7a Reviewed-on: https://chromium-review.googlesource.com/882290 Commit-Queue: Alexei Filippov <[email protected]> Reviewed-by: Pavel Feldman <[email protected]> Cr-Commit-Position: refs/heads/master@{#532233}
diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites index 4b4f9139d7..44e93aad 100644 --- a/third_party/WebKit/LayoutTests/VirtualTestSuites +++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -653,5 +653,10 @@ "prefix": "htxg-with-network-service", "base": "http/tests/loading/htxg/", "args": ["--enable-features=SignedHTTPExchange,NetworkService"] + }, + { + "prefix": "sampling-heap-profiler", + "base": "inspector-protocol/memory", + "args": ["--sampling-heap-profiler"] } ]