mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
README updates
This commit is contained in:
parent
8469d0af41
commit
1d6cdd7e65
1 changed files with 6 additions and 9 deletions
15
README.md
15
README.md
|
|
@ -4,14 +4,11 @@ I've just started a new job at [Datadog](https://www.datadoghq.com/) to work on
|
|||
|
||||
- [pprof tool & format](./pprof.md): Describes the pprof tool and it's binary data format.
|
||||
- [Goroutine Profiling](./goroutine.md)
|
||||
|
||||
## Todo
|
||||
|
||||
- CPU Profiling
|
||||
- Heap Profiling
|
||||
- Mutex Profiling
|
||||
- Block Profiling
|
||||
- Wallclock Profiling (fgprof)
|
||||
- [Block Profiling](./block.md)
|
||||
- CPU Profiling (🚧 coming soon!)
|
||||
- Heap Profiling (🚧 coming soon!)
|
||||
- Mutex Profiling (🚧 coming soon!)
|
||||
- Wallclock Profiling (🚧 coming soon!)
|
||||
|
||||
## External Links
|
||||
|
||||
|
|
@ -31,6 +28,6 @@ Got great links to recommend? Open an issue or PR, I'd happy to add your suggest
|
|||
|
||||
## Disclaimers
|
||||
|
||||
I work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go (you should check it out) and they generously allowed me to do all this research and publish it.
|
||||
I work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ).
|
||||
|
||||
The information on this page is believed to be correct, but no warranty is provided. Feedback is welcome!
|
||||
Loading…
Reference in a new issue