|
- code instrumentation framework
- runs program on a VM
- --tool=memcheck leak, invalid read/write detection
- --tool=callgrind runtime profiling
- --tool=cachegrind cache profiling
- --tool=massif heap memory profiling
- integration into various IDEs
|
|
- dynamic instrumentation (runs on unmodified binaries)
- leak detection
- invalid memory read/write detection
|
|
- heap memory profiler
- annotation of memory allocations
|
|
|
|
- memory leak detection
- integration into various IDEs
|
|
- source code analysis tool
- code quality metrics
- coding standard compliance analysis
- dependency visualization
- Visual Studio add-in
|
Comments