From 55c9cfb80e066713f009547f7df7dddd2da35eb8 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 9 Nov 2017 09:29:15 -0600 Subject: Add cpu-profiling to kpod Add a global flag for cpu-profiling to allow us to profile kpod for performance issues. To parse its results, use: go tool pprof --text Signed-off-by: baude Closes: #36 Approved by: mheon --- completions/bash/kpod | 1 + 1 file changed, 1 insertion(+) (limited to 'completions') diff --git a/completions/bash/kpod b/completions/bash/kpod index 2387228cb..c13e64379 100644 --- a/completions/bash/kpod +++ b/completions/bash/kpod @@ -1410,6 +1410,7 @@ _kpod_logout() { _kpod_kpod() { local options_with_args=" --config -c + --cpu-profile --root --runroot --storage-driver -- cgit v1.2.3-54-g00ecf