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

Unified Diff: tools/telemetry/telemetry/core/platform/profiler/__init__.py

Issue 296623002: Integrate perfvis profiling mode, and temporary report generator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: tools/telemetry/telemetry/core/platform/profiler/__init__.py
diff --git a/tools/telemetry/telemetry/core/platform/profiler/__init__.py b/tools/telemetry/telemetry/core/platform/profiler/__init__.py
index 4f035a3a1a48e8fe791feebd6ba0065b696a11d4..90a2c9916655a978d3fcc6d32b6dd1b949b91a7a 100644
--- a/tools/telemetry/telemetry/core/platform/profiler/__init__.py
+++ b/tools/telemetry/telemetry/core/platform/profiler/__init__.py
@@ -63,6 +63,10 @@ class Profiler(object):
continue
return process_output_file_map
+ def StopProfile(self):
+ """Stop the profiler."""
+ pass
+
def CollectProfile(self):
"""Collect the profile from the profiler."""
raise NotImplementedError()
« no previous file with comments | « tools/profile_chrome/third_party/perf_to_tracing.py ('k') | tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698