From fd09b465d11f2798351fdc7924b41a20e74fe4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Tue, 9 Feb 2021 16:14:31 +0100 Subject: [PATCH] more links --- cpu.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cpu.md b/cpu.md index b796b11..23a0972 100644 --- a/cpu.md +++ b/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