We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4eea8 commit 5b7cc3fCopy full SHA for 5b7cc3f
v3/README.md
@@ -34,6 +34,10 @@ while the application is running. From this you can modify and query the
34
application and run `asyncio` scripts concurrently with the running
35
application.
36
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
+
41
[monitor](https://github.com/peterhinch/micropython-monitor) enables a running
42
`asyncio` application to be monitored using a Pi Pico, ideally with a scope or
43
logic analyser. Normally requires only one GPIO pin on the target.
0 commit comments