|
From: Milian W. <ma...@mi...> - 2017-09-07 12:29:15
|
On Thursday, September 7, 2017 9:03:55 AM CEST Frederic DUMOULIN wrote: > Hi, > > I'm using valgrind + massif tool to observe the heap usage. > > I have an application binary using a shared library which does the > memory allocations. > There are few functions in the API but they are called many times. So > it's difficult to identify them in the visualizer only with the stack. > > Is there any way to add markers into the program which can be shown in > the visualizer ? If by visualizer you mean the massif_visualizer, then no - that is not supported. What you can do (afaik) is use vgdb to trigger snapshots of massif files. Bye -- Milian Wolff ma...@mi... http://milianw.de |