Remove option to detect the GIL state

This commit is contained in:
Julien Jerphanion 2021-08-03 14:30:22 +02:00 committed by GitHub
parent c5cc1fbc41
commit 42aa7feca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ The dark red `S(GIL)` blocks indicate the threads/processes are in a waiting sta
Although it is possible to do both:
```
$ giltracer --no-gil-detect --state-detect -m per4m.example2
$ giltracer --state-detect -m per4m.example2
```
![image](https://user-images.githubusercontent.com/1765949/102507696-d8acdc00-4084-11eb-8fed-0b75c88906c4.png)