diff options
author | Sam Clegg <sbc@chromium.org> | 2019-03-19 13:14:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-19 13:14:14 -0700 |
commit | 9f1e78627f3c77053b6a8ccfffa48a975ef07d4c (patch) | |
tree | c4a3d2725fa7c429aeaf084d25501cead32432bb /test/passes/O3_low-memory-unused_metrics.txt | |
parent | 9e2559b789424ea1920c5e9c73b63a976390226c (diff) | |
download | binaryen-9f1e78627f3c77053b6a8ccfffa48a975ef07d4c.tar.gz binaryen-9f1e78627f3c77053b6a8ccfffa48a975ef07d4c.tar.bz2 binaryen-9f1e78627f3c77053b6a8ccfffa48a975ef07d4c.zip |
Add export count to --metrics (#1954)
Also, always output high level metrics even when zero.
Diffstat (limited to 'test/passes/O3_low-memory-unused_metrics.txt')
-rw-r--r-- | test/passes/O3_low-memory-unused_metrics.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/passes/O3_low-memory-unused_metrics.txt b/test/passes/O3_low-memory-unused_metrics.txt index 0978d3715..39a0155c0 100644 --- a/test/passes/O3_low-memory-unused_metrics.txt +++ b/test/passes/O3_low-memory-unused_metrics.txt @@ -1,6 +1,9 @@ total + [exports] : 1 [funcs] : 1 [imports] : 2 + [memory-data] : 0 + [table-data] : 0 [total] : 1601 [vars] : 13 binary : 213 |