1
0
mirror of https://github.com/DataDog/go-profiler-notes.git synced 2025-07-12 23:50:13 +02:00

Fix for darkmode

This commit is contained in:
Felix Geisendörfer
2021-02-25 16:17:44 +01:00
parent 5063700915
commit cfeb33790c
2 changed files with 1 additions and 1 deletions

View File

@ -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 -->
<!-- transparent to white bg: convert -flatten profile.png profile.png -->
<img src="./profile.png" alt="profile.proto visualized" style="zoom: 80%;" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 118 KiB