summaryrefslogtreecommitdiff
path: root/README
blob: ff734e6cce1d50e23704a0aedbbdca75d4e8720f (plain)
1
2
3
4
5
6
7
-*- mode: org -*-

Nemesis is a prototype [[https://docs.python.org/3/library/asyncio.html][asyncio]] profiler which finds blocking
coroutines through use of [[https://github.com/plasma-umass/coz][causal profiling]]. Nemesis directly measures
optimization potential without instrumentation by predicting the
impact of how coroutine optimization has an inpact on the overall
throughput or latency of tasks scheduled in the event loop.