Update README.md
This commit is contained in:
parent
886b930f0e
commit
439a3c178b
@ -68,3 +68,7 @@ Merge the viztracer and perf/per4m results into a single html file.
|
||||
Identify the problem (GIL visible, possible low instruction counts/cycle):
|
||||
|
||||
|
||||

|
||||
|
||||
The purple 'S' blocks indicate the threads/processes are in a waiting state, this is clearly the GIL at work, which is switching after [`sys.getswitchinterval`](https://docs.python.org/3/library/sys.html#sys.getswitchinterval) (0.005 seconds)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user