[try Beta version]
Not logged in

 
Are there some software to check code quality

Oct 30, 2008 at 3:39pm
Hello,

I am wondering if there are some open source software to check the source code qualities? for example, function calls, memory consumptions, etc

Thanks!
Nov 2, 2008 at 1:02pm
valgrind on linux. You can do memory profiling and call graph.
Topic archived. No new replies allowed.