Re: [Bf-committers] Compiling w/ Code Coverage

2012-10-18 Thread Jason Wilkins
I made some headway towards creating a WITH_CODE_COVERAGE option yesterday. The only problem I had seemed to be that programs like makesrna, makesdna, and datatoc use the same options but not the same libraries. Also the fact that Xcode now defaults to using clang. My solutions to both of these

Re: [Bf-committers] Compiling w/ Code Coverage

2012-10-17 Thread Campbell Barton
never used gcov, but did use valgrind for this through qtcreator / kcachegrind on linux you can see line-by-line times and callgraphs. number of calls... etc. Its really slow and at the time I didn't have much of a use for it. On Wed, Oct 17, 2012 at 7:04 AM, Jason Wilkins

[Bf-committers] Compiling w/ Code Coverage

2012-10-14 Thread Jason Wilkins
Has anybody ever attempted to and gotten code coverage to work when compiling Blender? I want to use gcov for some testing, but I did not want to duplicate any work. ___ Bf-committers mailing list Bf-committers@blender.org