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
m...@milianw.de
http://milianw.de



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to