mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
more links
This commit is contained in:
parent
0a3bdb988b
commit
fd09b465d1
1 changed files with 4 additions and 1 deletions
5
cpu.md
5
cpu.md
|
|
@ -73,7 +73,10 @@ The various ways one can record CPU profiles in Go are listed below.
|
|||
- setitimer
|
||||
- Profiler labels
|
||||
- bias
|
||||
- performance overhead
|
||||
- performance overhead (including negative!)
|
||||
- https://github.com/golang/go/issues/38325
|
||||
- accuracy
|
||||
- https://github.com/golang/go/issues/35057
|
||||
- Discuss [Proposal: hardware performance counters for CPU profiling.](https://go.googlesource.com/proposal/+/refs/changes/08/219508/2/design/36821-perf-counter-pprof.md)
|
||||
|
||||
## Disclaimers
|
||||
|
|
|
|||
Loading…
Reference in a new issue