mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-20 16:45:26 +08:00
Fix for darkmode
This commit is contained in:
parent
5063700915
commit
cfeb33790c
2 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!
|
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 -->
|
<!-- transparent to white bg: convert -flatten profile.png profile.png -->
|
||||||
|
|
||||||
<img src="./profile.png" alt="profile.proto visualized" style="zoom: 80%;" />
|
<img src="./profile.png" alt="profile.proto visualized" style="zoom: 80%;" />
|
||||||
|
|
||||||
|
|
|
||||||
BIN
profile.png
BIN
profile.png
Binary file not shown.
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 118 KiB |
Loading…
Reference in a new issue