aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/llvm_coverage_run.py
Commit message (Collapse)AuthorAge
* Split llvm_coverage_run into two scriptsGravatar borenet2015-07-20
| | | | | | | | | ... One for running to generate the coverage data, another to parse the data into various formats. NOTRY=true BUG=skia:2430 Review URL: https://codereview.chromium.org/1239963002
* Coverage script: fix missing dataGravatar borenet2015-07-16
| | | | | | BUG=skia:2430 Review URL: https://codereview.chromium.org/1242023002
* llvm-coverage script: respect SKIA_OUTGravatar borenet2015-07-15
| | | | | | | NOTRY=true BUG=skia:2430 Review URL: https://codereview.chromium.org/1239803002
* Add nanobench-style JSON output to llvm_coverage_runGravatar borenet2015-07-06
| | | | | | | | | Runs the build and run scripts for coverage, then dumps the results into a file in nanobench-compatible format. BUG=skia:2430 Review URL: https://codereview.chromium.org/1227523004
* Add scripts for running LLVM coverageGravatar borenet2015-07-06
BUG=skia:2430 Review URL: https://codereview.chromium.org/1213063009