Hacker News new | ask | show | jobs
by mjsir911 1518 days ago
I've had good luck with yappi for debugging asynchronous code, not really focused on memory usage but walltime & such.

https://pypi.org/project/yappi/

1 comments

Thanks, that looks useful!