eriwen / lcov-to-cobertura-xml

Converts lcov output to Cobertura-compatible XML for CI
https://eriwen.github.io/lcov-to-cobertura-xml/
Apache License 2.0
187 stars 73 forks source link

Use a persistent c++filt process for major performance improvements #21

Closed joshkel closed 8 years ago

joshkel commented 8 years ago

For my project, this makes lcov_cobertura about 15 times faster than spawning c++filt separately for every symbol.

eriwen commented 8 years ago

This looks awesome! Thanks!