From 106607b31cd3f89e9c4ddc033784ad2a1b878e01 Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Thu, 8 Mar 2018 07:39:22 -0800 Subject: [PATCH] more topics for pprof in prod, move to end of section --- performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.md b/performance.md index c5a983f..6e9b67b 100644 --- a/performance.md +++ b/performance.md @@ -732,7 +732,6 @@ Techniques applicable to source code in general 1. Introduction to pprof * go tool pprof (and ) -1. Profiling in production; localhost+ssh tunnels 1. Writing and running (micro)benchmarks * profile, extract hot code to benchmark, optimize benchmark, profile. * -cpuprofile / -memprofile / -benchmem @@ -744,6 +743,7 @@ Techniques applicable to source code in general * net/http/pprof 1. Using -base to look at differences 1. Memory options: -inuse_space, -inuse_objects, -alloc_space, -alloc_objects +1. Profiling in production; localhost+ssh tunnels, auth headers, using curl. ### Tracer