mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
Add some disclaimers
This commit is contained in:
parent
bfd820eca7
commit
f0896a94c5
2 changed files with 8 additions and 0 deletions
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 : ).
|
||||
|
|
|
|||
Loading…
Reference in a new issue