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

Unified Diff: tracing/bin/results2json

Issue 2424933003: Rename ValueSet* to HistogramSet*. (Closed)
Patch Set: fix Created 4 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
« no previous file with comments | « docs/how-to-write-metrics.md ('k') | tracing/bin/valueset2html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/bin/results2json
diff --git a/tracing/bin/results2json b/tracing/bin/results2json
index b6b030fbd40a5495dcbbf1ab1ad9c694ee32e343..7b3b2b24dad43666de968f3b872755dcb671cbd0 100755
--- a/tracing/bin/results2json
+++ b/tracing/bin/results2json
@@ -15,8 +15,9 @@ from tracing import results_renderer
def main():
- parser = argparse.ArgumentParser(description='Upgrade a results2 instance or '
- 'add a new ValueSet JSON.', add_help=False)
+ parser = argparse.ArgumentParser(
+ description='Extract HistogramSet JSON from results2.html.',
+ add_help=False)
parser.add_argument('html_path', metavar='HTML_PATH',
help='HTML file path (input).')
parser.add_argument('json_path', metavar='JSON_PATH',
« no previous file with comments | « docs/how-to-write-metrics.md ('k') | tracing/bin/valueset2html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698