# Functions
CalcFPS takes the the number of frames and duration (in seconds) and returns the frames-per-second and the accuracy of that value as a percentage.
Check the performance of the emulator using the supplied cartridge.
ParseProfileString checks a returns a profile value in response to a profile string.
RunProfiler runs supplied function "through" the requested Profile types.
# Constants
List of valid Profile values.
List of valid Profile values.
List of valid Profile values.
List of valid Profile values.
List of valid Profile values.
List of valid Profile values.
# Type aliases
Profile is used to specify the type of profiling to perform by RunProfiler().