How can I get more accurate results from gcov?

后端 未结 1 1493
执笔经年
执笔经年 2021-01-04 13:08

I\'m experimenting with gcov using mingw gcc 4.4.0. I\'ve been getting some interesting but strange results. A common pattern is something like this...

              


        
1条回答
  •  一生所求
    2021-01-04 13:58

    As suggested in the comment by Mat, the option -fno-elide-constructors fixes this problem.

    This answer was posted to get this already ancient question closed. If Mat posts an answer, I'll delete this and switch the accept to that.

    0 讨论(0)
提交回复
热议问题