mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +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