-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Is it possible to measure GIL locking and contention? It would be a very useful diagnostic so that users can decide between threads and processes, and otherwise fine GIL-unfriendly parts of they code.
This is a pie-in-the-sky wish, I don't know how you would do it (one attempt using linux LD_PRELOAD https://github.com/chrisjbillington/gil_load )
Reactions are currently unavailable