README updates

This commit is contained in:
Felix Geisendörfer 2021-02-09 13:18:12 +01:00
parent 8469d0af41
commit 1d6cdd7e65

View file

@ -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. - [pprof tool & format](./pprof.md): Describes the pprof tool and it's binary data format.
- [Goroutine Profiling](./goroutine.md) - [Goroutine Profiling](./goroutine.md)
- [Block Profiling](./block.md)
## Todo - CPU Profiling (🚧 coming soon!)
- Heap Profiling (🚧 coming soon!)
- CPU Profiling - Mutex Profiling (🚧 coming soon!)
- Heap Profiling - Wallclock Profiling (🚧 coming soon!)
- Mutex Profiling
- Block Profiling
- Wallclock Profiling (fgprof)
## External Links ## External Links
@ -31,6 +28,6 @@ Got great links to recommend? Open an issue or PR, I'd happy to add your suggest
## Disclaimers ## 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! The information on this page is believed to be correct, but no warranty is provided. Feedback is welcome!