From bd6440d86192e714b285f71001d4e090f36676d0 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 13:52:44 +0200 Subject: update --- ...017-04-21-profiling-python-web-applications-with-visual-tools.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md') diff --git a/_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md b/_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md index 5bbfe48..ca5dbdd 100644 --- a/_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md +++ b/_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md @@ -4,6 +4,12 @@ title: Profiling Python web applications with visual tools description: Missing link when debugging and profiling python web applications --- +**Table of content** + +- [Simple web-service](#simple-web-service) +- [Visualize profile](#visualize-profile) + - [Update 2017-04-22](#update-2017-04-22) + I have been profiling my software with KCachegrind for a long time now and I was missing this option when I am developing API's or other web services. I always knew that this is possible but never really took the time and dive into it. Before we begin there are some requirements. We will need to: -- cgit v1.2.3