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

Unified Diff: tools/perf/profile_creators/__init__.py

Issue 14359012: Telemetry: Add option to create a dirty profile as part of a test run (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit tests Created 7 years, 7 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/perf/profile_creators/__init__.py
diff --git a/tools/perf/perf_tools/__init__.py b/tools/perf/profile_creators/__init__.py
similarity index 83%
copy from tools/perf/perf_tools/__init__.py
copy to tools/perf/profile_creators/__init__.py
index e511c1d97e781d22626a890f358d1f710f0de460..0fa4ed6de4ead0fc2f5017c82b950057bd52b2e6 100644
--- a/tools/perf/perf_tools/__init__.py
+++ b/tools/perf/profile_creators/__init__.py
@@ -1,7 +1,7 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright (c) 2013 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.
-"""A library for Chrome GPU test code."""
+"""Generators for Chrome profiles for testing purposes."""
import os
import sys
@@ -15,5 +15,4 @@ def Init():
absolute_telemetry_tools_path = os.path.abspath(telemetry_tools_path)
sys.path.append(absolute_telemetry_tools_path)
-
Init()
« no previous file with comments | « no previous file | tools/perf/profile_creators/small_profile_creator.py » ('j') | tools/telemetry/telemetry/core/profile_types.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698