| learning cpp (9) | |
|
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! | |
|
|
|
| xjtufofo (6) | |
| valgrind on linux. You can do memory profiling and call graph. | |
|
|
|