Any tool for QA control?

asked 2016-12-21 03:29:02 -0500

Dben gravatar image

Hello,

I wish to execute QA on my software. I had this list and those open sourced tools setups for them, but is there any centralized tool to do all of it?

Static Analysis ->scan-build (clang)

Memory Leaks -> cppcheck

Stack/Heap Analysis -> valgrind

Threaded Performance -> I found Intel Thread checker but it's not free,

Race Conditions -> I found Intel Thread checker but it's not free

Thanks!

edit retag flag offensive close merge delete