Hi everyone,
I have been stuck on this.
How can I use '--toggle-collect=function' to get information about a
function in Python?
Suppose I have a class TEST and there is a function func(). How can I
restrict callgrind to get information about this function only. I know how
to do it in C++, but it is not working in python.
I tried following methods: --toggle-collect=func and
--toggle-collect=TEST::func

Thanks,
Rohit
------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to