Skip to content

Commit b47420f

Browse files
authored
Fix link in readme
1 parent 38d8221 commit b47420f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd python
77
docker-compose up --build
88
```
99

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%!
1111

1212

1313
# How Pyroscope works

0 commit comments

Comments
 (0)