summaryrefslogtreecommitdiff
path: root/src/passes/Metrics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Wasm h to cpp (#926)jgravelle-google2017-03-101-0/+1
* add table and memory contents to metrics (#787)Alon Zakai2016-10-181-0/+17
* refactor pass hooks, creating a proper way to run code before a pass is runAlon Zakai2016-09-121-1/+1
* 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