mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-20 16:45:26 +08:00
Add todo
This commit is contained in:
parent
e755ae0587
commit
5063700915
1 changed files with 1 additions and 1 deletions
2
pprof.md
2
pprof.md
|
|
@ -14,7 +14,7 @@ The pprof format is defined in the [profile.proto](https://github.com/google/ppr
|
|||
|
||||
A picture is worth a thousand words, so below is an automatically [generated](https://github.com/seamia/protodot) visualization of the format. Please note that fields such as `filename` are pointers into the `string_table` which are not visualized, improvements for this would be welcome!
|
||||
|
||||
|
||||
<!-- TODO: fix dark mode -->
|
||||
|
||||
<img src="./profile.png" alt="profile.proto visualized" style="zoom: 80%;" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue