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

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

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/profiling_controller.py
diff --git a/tools/telemetry/telemetry/core/profiling_controller.py b/tools/telemetry/telemetry/core/profiling_controller.py
deleted file mode 100644
index 0e008a77f053356992a246eb3940483d2d6a2113..0000000000000000000000000000000000000000
--- a/tools/telemetry/telemetry/core/profiling_controller.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-
-class ProfilingController(object):
-
- def __init__(self, profiling_controller_backend):
- self._profiling_controller_backend = profiling_controller_backend
-
- def Start(self, profiler_name, base_output_file):
- self._profiling_controller_backend.Start(profiler_name, base_output_file)
-
- def Stop(self):
- return self._profiling_controller_backend.Stop()
« no previous file with comments | « tools/telemetry/telemetry/core/platform_unittest.py ('k') | tools/telemetry/telemetry/core/tracing_controller.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698