-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
I ran
austin -i 20ms -x 120 -p 8 -o sample.out
and got the following graph, and all it seems to show is hundreds of threads that spend their time in /usr/local/lib/python3.12/threading.py:Condition.wait:359.
When I try to run with austin -e -i 10ms -x 120 -p 10 -o sample.out, it says
😣 No samples collected.
For comparison, the output of py-spy which properly shows the asyncio run's loop and where it actually spends its time:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed

