# Functions
PrintTimes prints how much time has passed at each timer.
saveMemProfile saves the current memory structure of the program.
StartContinuousProfile will continuously print statistics about the cpu usage, memory usage, and runtime stats of the program.
startCPUProfile starts cpu profiling.
stopCPUProfile stops cpu profiling.
ToggleTimer actives a timer known by a given string.
Uptime() returns the number of nanoseconds that have passed since the first call to uptime.