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

Unified Diff: tracing/bin/valueset2html

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 | « tracing/bin/results2json ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/bin/valueset2html
diff --git a/tracing/bin/valueset2html b/tracing/bin/valueset2html
index 93a68a776139ca660c6485f5179131bfdde39064..604fb4d048060fa743d1b30d1be355a51da8aed8 100755
--- a/tracing/bin/valueset2html
+++ b/tracing/bin/valueset2html
@@ -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='Upgrade a results2 instance or add a new HistogramSet.',
+ add_help=False)
parser.add_argument('html_path', metavar='HTML_PATH',
help='HTML file path (output).')
parser.add_argument('-h', '--help', action='help',
« no previous file with comments | « tracing/bin/results2json ('k') | tracing/trace_viewer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698