1
0
mirror of https://github.com/DataDog/go-profiler-notes.git synced 2025-07-15 23:54:16 +02:00
This commit is contained in:
Felix Geisendörfer
2021-02-11 14:46:22 +01:00
parent 3dc963111a
commit 022df00ece

View File

@ -12,7 +12,7 @@ The pprof tool features an interactive command line interface, but also a Web UI
The pprof format is defined in the [profile.proto](https://github.com/google/pprof/blob/master/proto/profile.proto) protocol buffer definition which has good comments. Additionally there is an official [README](https://github.com/google/pprof/blob/master/proto/README.md) for it. pprof files are always stored using gzip-compression on disk.
A picture is worth a thousand words, so below is an automatically [generated](https://github.com/seamia/protodot) visualization of the format.
A picture is worth a thousand words, so below is an automatically [generated](https://github.com/seamia/protodot) visualization of the format. Please not that fields such as `filename` are pointers into the `string_table` which are not visualized, improvements for this would be welcome!