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
I have followed the Greenlet profiling docs. However, when I attempt to print the greenlet stats using yappi.get_greenlet_stats, I find that most of my thread names appear as "_DummyThread", "N/A", or "Thread", which is not providing meaningful information. Any suggestions on how to address this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I have followed the Greenlet profiling docs. However, when I attempt to print the greenlet stats using
yappi.get_greenlet_stats
, I find that most of my thread names appear as "_DummyThread", "N/A", or "Thread", which is not providing meaningful information. Any suggestions on how to address this issue would be greatly appreciated.The text was updated successfully, but these errors were encountered: