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

Unified Diff: tools/telemetry/telemetry/core/web_contents.py

Issue 962673002: Telemetry: remove the heap snapshot half-feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/telemetry/core/heap/retaining_edge.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/web_contents.py
diff --git a/tools/telemetry/telemetry/core/web_contents.py b/tools/telemetry/telemetry/core/web_contents.py
index 38232360166d694a916daa9744b5017bc5b9b958..71a5c76fae1aba56c3fb7c62f8ac118b013ae895 100644
--- a/tools/telemetry/telemetry/core/web_contents.py
+++ b/tools/telemetry/telemetry/core/web_contents.py
@@ -174,9 +174,6 @@ class WebContents(object):
def StopTimelineRecording(self):
self._inspector_backend.StopTimelineRecording()
- def TakeJSHeapSnapshot(self, timeout=120):
- return self._inspector_backend.TakeJSHeapSnapshot(timeout)
-
def IsAlive(self):
"""Whether the WebContents is still operating normally.
« no previous file with comments | « tools/telemetry/telemetry/core/heap/retaining_edge.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698