sumerc / yappi

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

YThreadStat should provide os_tid #46

Closed sumerc closed 4 years ago

sumerc commented 4 years ago

Currently YThreadStat does not provide OS thread id. We only provide ctx_id which is specific to yappi. It would be nice to have this information as users might be able to more introspection with this information from the Thread object.

sumerc commented 4 years ago

ThreadStat object has this information