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

Unified Diff: tracing/bin/valueset2html

Issue 2474573002: Convert chart-json to Histograms. (Closed)
Patch Set: test with tir label 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
Index: tracing/bin/valueset2html
diff --git a/tracing/bin/valueset2html b/tracing/bin/valueset2html
index 14ea26da54954fce41790c9e668be85f55139f6b..cd3197b17f3abfcf223ebd4680497d65f618a2b7 100755
--- a/tracing/bin/valueset2html
+++ b/tracing/bin/valueset2html
@@ -41,7 +41,7 @@ def main():
open(args.html_path, 'a').close() # Create file if it doesn't exist.
with codecs.open(args.html_path,
mode='r+', encoding='utf-8') as output_stream:
- results_renderer.RenderHTMLView(histograms, output_stream)
+ results_renderer.RenderHTMLView(histograms, [], output_stream)
if __name__ == '__main__':
sys.exit(main())

Powered by Google App Engine
This is Rietveld 408576698