This document discusses and compares several tools for profiling asynchronous Python applications: STD CPROFILER, VPROF, WHAT-STUDIO PROFILER, and AIOMONITOR. It concludes that https://github.com/what-studio/profiling is best for measuring time spent and https://github.com/aio-libs/aiomonitor is best for task monitoring, and that the other tools have poorer usability. References are provided for further information on profiling Python apps.