# Functions
StartCPUProfile starts a CPU profile that will be written to the given path.
StartFullProfile starts a full go profile written to the given path.
StartProfilers starts various profilers and returns a function to stop them.
StartTrace starts a program trace using the "runtime/trace" package.
WriteMemProfile writes a memory profile to the given path.