mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

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 <profile_path> Signed-off-by: baude <bbaude@redhat.com> Closes: #36 Approved by: mheon