Commit adbe71c7 authored by Shouqun Liu's avatar Shouqun Liu Committed by Commit Bot

Update documentation of binary size tool.

The '--report-file' argument of html_report is already removed and replaced with
positional arguments, update the documentation accordingly.

Bug: None
Change-Id: I2ee343faffb55e4be8c5bf7b4d51503fb4893781
Reviewed-on: https://chromium-review.googlesource.com/c/1390022Reviewed-by: default avataragrieve <agrieve@chromium.org>
Commit-Queue: agrieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619402}
parent 8483ebed
...@@ -242,13 +242,13 @@ Example Usage: ...@@ -242,13 +242,13 @@ Example Usage:
``` bash ``` bash
# Creates the data file ./report.ndjson, generated based on ./chrome.size # Creates the data file ./report.ndjson, generated based on ./chrome.size
tools/binary_size/supersize html_report chrome.size --report-file report.ndjson -v tools/binary_size/supersize html_report chrome.size report.ndjson -v
# Includes every symbol in the data file, although it will take longer to load. # Includes every symbol in the data file, although it will take longer to load.
tools/binary_size/supersize html_report chrome.size --report-file report.ndjson --all-symbols tools/binary_size/supersize html_report chrome.size report.ndjson --all-symbols
# Create a data file showing a diff between two .size files. # Create a data file showing a diff between two .size files.
tools/binary_size/supersize html_report after.size --diff-with before.size --report-file report.ndjson tools/binary_size/supersize html_report after.size --diff-with before.size report.ndjson
``` ```
### Usage: start_server ### Usage: start_server
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment