mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
Formatting
This commit is contained in:
parent
72d433c1ea
commit
cf635dc9bf
1 changed files with 1 additions and 2 deletions
3
pprof.md
3
pprof.md
|
|
@ -50,8 +50,7 @@ For those interested in seeing data closer to the raw binary storage, we need th
|
|||
Now let's take a look at the same CPU profile from above:
|
||||
|
||||
```
|
||||
$ gzcat examples/cpu/pprof.samples.cpu.001.pb.gz | \
|
||||
protoc --decode perftools.profiles.Profile ./profile.proto
|
||||
$ gzcat examples/cpu/pprof.samples.cpu.001.pb.gz | protoc --decode perftools.profiles.Profile ./profile.proto
|
||||
|
||||
sample_type {
|
||||
type: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue