dan sinclair
9e6f5134d1
Reduce number of test targets ( #2024 )
...
This CL takes the various opt unit tests and makes a single executable
instead of one per test. This reduces the number of build targets by
~125 when building with ninja.
2018-11-01 10:19:37 -04:00
dan sinclair
da0f1dcccc
Move spirv_stats into tools/stats. ( #1826 )
...
The spirv_stats code is only used by the tools/stats module. This CL
moves the code to that module.
2018-08-13 11:48:25 -04:00
Andrey Tuganov
4f216402ba
Added statistical analysis tool (tool/stats)
...
Currently analyzes percentages of the following:
- version (how many 1.0 or 1.1)
- generator
- extension
- capability
- opcode prevalence
2017-04-10 17:15:04 -04:00