# Functions
AddProfilingFlags adds the --cpuprofile and --memprofile flags to the given command.
StartProfiling starts profiling CPU and memory usage if either --cpuprofile or --memprofile flags were set and bound to viper configurations respectively.
StopProfiling stops profiling CPU and memory usage and writes the results to the files specified by --cpuprofile and --memprofile flags respectively.
No description provided by the author