mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
Update README
This commit is contained in:
parent
dbadbc5778
commit
be2ebfb6b1
1 changed files with 10 additions and 1 deletions
11
README.md
11
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue