From be2ebfb6b1534a0192e74d5b8d7dc28a156a6f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Sat, 9 Jan 2021 17:49:02 +0100 Subject: [PATCH] Update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ead9ee..33fceed 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,16 @@ I've just started a new job at [Datadog](https://www.datadoghq.com/) to work on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. To make sure that I know what I'm talking about, I'm planning to do an in-depth study of the existing profilers and how they work. I'll try to summarize what I learned in this repository as it might be useful to others. -For now there is nothing worth looking at. Please come back later : ) +- [pprof tool & format](./pprof.md): Describes the pprof tool and it's binary data format. + +## Todo + +- CPU Profiler +- Heap Profiler +- Mutex Profiler +- Goroutine Profiler +- Goroutine Profiler +- Wallclock Profiler (fgprof) ## External Links