Robotics StackExchange | Archived questions

Any tool for QA control?

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!

Asked by Dben on 2016-12-21 04:29:02 UTC

Comments

Answers