diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-25 12:47:34 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-25 12:47:34 +0200 |
| commit | 9dd768079fb41627e322217565f74b22095f8395 (patch) | |
| tree | 843448d5147cda8eb622bfc4f64652913ff514ad /_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md | |
| parent | 67fb534297a27f897e067e8078aeb8f68c3c5589 (diff) | |
| download | mitjafelicijan.com-9dd768079fb41627e322217565f74b22095f8395.tar.gz | |
content update
Diffstat (limited to '_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md')
| -rw-r--r-- | _posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md | 6 |
1 files changed, 3 insertions, 3 deletions
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 146bc31..864e4a5 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 | |||
| @@ -6,9 +6,9 @@ description: Missing link when debugging and profiling python web applications | |||
| 6 | 6 | ||
| 7 | **Table of contents** | 7 | **Table of contents** |
| 8 | 8 | ||
| 9 | - [Simple web-service](#simple-web-service) | 9 | 1. [Simple web-service](#simple-web-service) |
| 10 | - [Visualize profile](#visualize-profile) | 10 | 2. [Visualize profile](#visualize-profile) |
| 11 | - [Update 2017-04-22](#update-2017-04-22) | 11 | 3. [Update 2017-04-22](#update-2017-04-22) |
| 12 | 12 | ||
| 13 | 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. | 13 | 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. |
| 14 | 14 | ||
