You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for taking care of this beauty all these years!
Can we have a way to increase the depth of data yappi captures? I want to be able to see more functions in my call graph than the default.
I've noticed that the call graph stops at a function, that is implemented in python, so there are definitely missing callees after that which I would like to inspect.
I'm using kcachegrind, maybe its a limitation of that tool - I apologize if that is the case!
The text was updated successfully, but these errors were encountered:
I will believe this limitation might be realted to the tool. I don't remember we have any limit for the callstack. You could always use following syntax to make sure your functions get profiled:
Hello, thanks for taking care of this beauty all these years!
Can we have a way to increase the depth of data yappi captures? I want to be able to see more functions in my call graph than the default.
I've noticed that the call graph stops at a function, that is implemented in python, so there are definitely missing callees after that which I would like to inspect.
I'm using kcachegrind, maybe its a limitation of that tool - I apologize if that is the case!
The text was updated successfully, but these errors were encountered: