From: Rohit T. <roh...@gm...> - 2015-12-18 13:51:05
|
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 |