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
Currently, the setup will always sample the thread holding the GIL. This means if a thread releases the GIL to e.g. compress data, it will not be sampled (even though a significant amount of time is spent in compression)