You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ cd python
7
7
docker-compose up --build
8
8
```
9
9
10
-
These are very simple projects where the application is basically one `while true` loop and inside that loop it calls a slow function and a fast function. Slow function takes about 75% of the time and the fast one takes about 25%. See [debug_python_with_pyroscope.md](https://github.com/pyroscope-io/pyroscope/blob/main/examples/how_to_debug_python.md) for a full example of how improving one function can decrease overall CPU utilization and ultimately save cut server costs by 66%!
10
+
These are very simple projects where the application is basically one `while true` loop and inside that loop it calls a slow function and a fast function. Slow function takes about 75% of the time and the fast one takes about 25%. See [debug_python_with_pyroscope.md](https://github.com/pyroscope-io/pyroscope/blob/main/examples/debug_python_with_pyroscope.md) for a full example of how improving one function can decrease overall CPU utilization and ultimately save cut server costs by 66%!
0 commit comments