Displaying 1 result from an estimated 1 matches for "1f55".
Did you mean:
155
2015 Apr 09
2
[LLVMdev] code coverage instrumentation
...gcov-way and llcovprof-way (with and without optimization) is bloated 2x to 10x or in some cases 50x depending on the program. Here is output of size command for the variations on a simple test program that I wrote:
text data bss dec hex filename
5625 700 1696 8021 1f55 simpletest.-O0-g.llcovprof.
12838 776 1808 15422 3c3e simpletest.-O0-g.llgcov.
1481 492 1616 3589 e05 simpletest.-O0.none
5337 700 1696 7733 1e35 simpletest.-O1-g.llcovprof.
12246 776 1792 14814 39de simpletest.-O1-g.llgcov.
1345 4...