sumerc / yappi

Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.
MIT License
1.46k stars 72 forks source link

Irrelevant Thread Name for Gevent/Greenlet Profiling #167

Open abhishek-chauhan357 opened 7 months ago

abhishek-chauhan357 commented 7 months ago

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.

sumerc commented 2 months ago

Can you provide a simple reproducer for me to debug this?