|
From: Daniel T. <dti...@kk...> - 2006-08-20 11:49:06
|
Hallo everybody. I use valgrind memcheck and callgring profiler and both are great and helfull tolls. However, I would like to ask you if (or how) can I obtain some statistics about the memory usage, i.e. how much memory have been occupied by each particular class in the project during the run of a program. I mean something similar (hierarchical display) to the callgring profiler, but not related to time spend in methods/functions, but related to the memory used. I know that the memory is allocated and deallocated during the time, but at least the maximum of memory occupied would be really usefull for me. Is there a tool or switch in valgrind which would be able to do this? I tried to seach in the forum, but I did not find anything. Thak you very much, best regards Dan |