My Notes On Profiling A Python Microservice Using py-spy And VS Code
Author(s): ___ Originally published on Towards AI. Overview This article is a follow up to my previous article [1] where I walked through my workflow to profile python code using VS Code. The application we wanted to profile was a chatbot and …
My Workflow To Profile Python Code Using VS Code
Author(s): ___ Originally published on Towards AI. Overview This member-only story is on us. Upgrade to access all of Medium. This article describes how I use VS Code to profile Python code to identify CPU or memory problems. To make things more …