valgrind valgrind valgrind
Slides…
Valgrind Tools
| --tool=memcheck | leaks, invalid reads/writes detection |
| --tool=callgrind | runtime profiling |
| --tool=cachegrind | cache profiling |
| --tool=massif | heap memory profiling |
| --tool=helgrind | locking order violation detection |
| --tool=drd | multithreading error detection |
Comments…