diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 07:02:42 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 07:02:42 +0200 |
| commit | d2da11feb54950d1181d2508238e1090ee66c68e (patch) | |
| tree | 3061b5d020f51ece3080e2db8bd8487d19d3b226 /_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md | |
| parent | 48aafcc7ac34302a98649b19b67e9dd88f731f3c (diff) | |
| download | mitjafelicijan.com-d2da11feb54950d1181d2508238e1090ee66c68e.tar.gz | |
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 | 4 |
1 files changed, 2 insertions, 2 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 e4eece4..5bbfe48 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 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | --- | 1 | --- |
| 2 | layout: post | 2 | layout: post |
| 3 | title: "Profiling Python web applications with visual tools" | 3 | title: Profiling Python web applications with visual tools |
| 4 | description: "Missing link when debugging and profiling python web applications" | 4 | description: Missing link when debugging and profiling python web applications |
| 5 | --- | 5 | --- |
| 6 | 6 | ||
| 7 | 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. | 7 | 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. |
