Skip to content

Commit

Permalink
Fix typo in pprof docs (#5355)
Browse files Browse the repository at this point in the history
Signed-off-by: khanhtc1202 <[email protected]>
  • Loading branch information
khanhtc1202 authored Nov 20, 2024
1 parent fc49f59 commit 669bbd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This document explains the basic usage of [pprof](https://pkg.go.dev/net/http/pp
```
This will return an HTML page that lists the available profiling data.

2. Get the Cpi Profile
2. Get the CPU Profile
```bash
curl http://localhost:9085/debug/pprof/profile > cpu.pprof
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This document explains the basic usage of [pprof](https://pkg.go.dev/net/http/pp
```
This will return an HTML page that lists the available profiling data.

2. Get the Cpi Profile
2. Get the CPU Profile
```bash
curl http://localhost:9085/debug/pprof/profile > cpu.pprof
```
Expand Down

0 comments on commit 669bbd2

Please sign in to comment.