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

Unified Diff: tools/perf/generate_perf_json

Issue 2754883002: Generating benchmark.csv file (Closed)
Patch Set: Created 3 years, 9 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
« tools/perf/core/perf_data_generator.py ('K') | « tools/perf/generate_perf_data ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/generate_perf_json
diff --git a/tools/perf/generate_perf_json b/tools/perf/generate_perf_json
deleted file mode 100755
index e465c72de0bb300a08a4e0b6572d7d3772281fc1..0000000000000000000000000000000000000000
--- a/tools/perf/generate_perf_json
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2017 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.
-
-import sys
-
-from core import perf_json_generator
-
-
-if __name__ == '__main__':
- sys.exit(perf_json_generator.main(sys.argv[1:]))
« tools/perf/core/perf_data_generator.py ('K') | « tools/perf/generate_perf_data ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698