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

Unified Diff: tracing/tracing/value/convert_chart_json_cmdline.html

Issue 2528113003: Revert of Convert chart-json to Histograms. (Closed)
Patch Set: Created 4 years, 1 month 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 | « tracing/tracing/value/convert_chart_json.py ('k') | tracing/tracing/value/diagnostics/iteration_info.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/convert_chart_json_cmdline.html
diff --git a/tracing/tracing/value/convert_chart_json_cmdline.html b/tracing/tracing/value/convert_chart_json_cmdline.html
deleted file mode 100644
index 2025c6400cdb611562eb1f4a54c2c0716a2e0efd..0000000000000000000000000000000000000000
--- a/tracing/tracing/value/convert_chart_json_cmdline.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright 2016 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.
--->
-
-<link rel="import" href="/tracing/base/xhr.html">
-<link rel="import" href="/tracing/value/chart_json_converter.html">
-<link rel="import" href="/tracing/value/histogram_set.html">
-
-<script>
-'use strict';
-if (tr.isHeadless) {
- var charts = JSON.parse(tr.b.getSync('file://' + sys.argv[1]));
- var histograms = new tr.v.HistogramSet();
- tr.v.ChartJsonConverter.convertChartJson(charts, histograms);
- console.log(JSON.stringify(histograms.asDicts()));
-}
-</script>
« no previous file with comments | « tracing/tracing/value/convert_chart_json.py ('k') | tracing/tracing/value/diagnostics/iteration_info.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698