mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-22 09:26:53 +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.
|
- [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!
|
||||||
Loading…
Reference in a new issue