Red Hat Developer Day – 26 June 201251
Valgrind (Memory Allocation Profiling)
●
Valgrind View shows charts and errors
●
Can change type of tool used in Profile Configuration
●
Profile As -> Profile Configurations...
●
Memcheck tool
●
Check for storage that isn't properly freed
●
Errors are marked in C/C++ editor as well as in Valgrind View
●
Can clear errors using X icon
●
Massif tool
●
Shows chart of storage from start to finish of program
●
Cachegrind tool
●
Charts cache misses and branch mispredictions for application
Kommentare zu diesen Handbüchern