Skip to content

Commit 5b7cc3f

Browse files
committed
Add reference to aioprof (asyncio profiler).
1 parent ed4eea8 commit 5b7cc3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

v3/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ while the application is running. From this you can modify and query the
3434
application and run `asyncio` scripts concurrently with the running
3535
application.
3636

37+
[aioprof](https://gitlab.com/alelec/aioprof/-/tree/main) A profiler for
38+
`asyncio` applications: show the number of calls and the total time used by
39+
each task. Author Matt Trentini.
40+
3741
[monitor](https://github.com/peterhinch/micropython-monitor) enables a running
3842
`asyncio` application to be monitored using a Pi Pico, ideally with a scope or
3943
logic analyser. Normally requires only one GPIO pin on the target.

0 commit comments

Comments
 (0)