diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 13:52:44 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 13:52:44 +0200 |
| commit | bd6440d86192e714b285f71001d4e090f36676d0 (patch) | |
| tree | 5c94e39decce8c17071afcb21cde7d543b05d770 /_posts/2017-04-21-profiling-python-web-applications-with-visual-tools.md | |
| parent | 745c016dd5970b6e0e3365e3a835f12ba3db1c82 (diff) | |
| download | mitjafelicijan.com-bd6440d86192e714b285f71001d4e090f36676d0.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 | 6 |
1 files changed, 6 insertions, 0 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 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 | |||
| 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 | **Table of content** | ||
| 8 | |||
| 9 | - [Simple web-service](#simple-web-service) | ||
| 10 | - [Visualize profile](#visualize-profile) | ||
| 11 | - [Update 2017-04-22](#update-2017-04-22) | ||
| 12 | |||
| 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. | 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. |
| 8 | 14 | ||
| 9 | Before we begin there are some requirements. We will need to: | 15 | Before we begin there are some requirements. We will need to: |
