# Functions
Exit stops all running profiles, flushing their output to the respective file.
MigrateFlags sets the global flag from a local flag when it's set.
Setup initializes profiling based on the CLI flags.
# Variables
CPUProfileFlag to specify where to write the CPU profile.
Handler is the global debugging handler.
MemProfileRateFlag to specify the mem profiling rate.
Memsize is the memsizeui Handler(?).
PProfAddrFlag to specify HTTP server address.
PProfFlag to enable pprof HTTP server.
PProfPortFlag to specify HTTP server listening port.
TraceFlag to specify where to write the trace execution profile.