You've already forked go-profiler-notes
mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2025-07-12 23:50:13 +02:00
Add some disclaimers
This commit is contained in:
4
cpu.md
4
cpu.md
@ -75,3 +75,7 @@ The various ways one can record CPU profiles in Go are listed below.
|
||||
- bias
|
||||
- performance overhead
|
||||
- Discuss [Proposal: hardware performance counters for CPU profiling.](https://go.googlesource.com/proposal/+/refs/changes/08/219508/2/design/36821-perf-counter-pprof.md)
|
||||
|
||||
## Disclaimer
|
||||
|
||||
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. This document may not reflect the views of my employer, but they were kind enough to let me publish it : ).
|
||||
|
4
pprof.md
4
pprof.md
@ -151,3 +151,7 @@ The output above is truncated also, [pprof.samples.cpu.001.protoc.txt](./example
|
||||
- Explain why pprof can be given a path to the binary the profile belongs to.
|
||||
- Get into more details about line numbers / addresses.
|
||||
- Talk about mappings and when a Go binary might have more than one
|
||||
|
||||
## Disclaimer
|
||||
|
||||
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. This document may not reflect the views of my employer, but they were kind enough to let me publish it : ).
|
||||
|
Reference in New Issue
Block a user