summaryrefslogtreecommitdiff
path: root/src/passes/Metrics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add initialization functions for passes to avoid missing pass registration du...Jukka Jylänki2016-06-211-1/+4
* note number of functions in metricsAlon Zakai2016-05-281-0/+4
* add total vars (non-param locals) to metricsAlon Zakai2016-05-161-0/+8
* emit total in metrics in a way that shows its diffs tooAlon Zakai2016-05-161-1/+2
* create a UnifiedExpressionVisitor for passes that want a single visitor funct...Alon Zakai2016-04-181-1/+1
* De-recurse traversals (#333)Alon Zakai2016-04-111-4/+4
* print out total nodes in --metricsAlon Zakai2016-02-201-2/+4
* sort keys in metricsAlon Zakai2016-01-271-6/+15
* Adds a --metrics command line argument to print metrics about .wast files bet...Michael2016-01-271-0/+69