From 42aa7feca076869c311d33ebc03a50d550a4efbc Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Tue, 3 Aug 2021 14:30:22 +0200 Subject: [PATCH] Remove option to detect the GIL state --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec5efb5..e036de1 100644 --- a/README.md +++ b/README.md @@ -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)