This program will measure the MFLOPS and MIPS of your CPU which is useful for making a comparison between different kinds of CPU`s.
Short for mega floating-point operations per second, MFLOPS are a common measure of the speed of computers used to perform floating-point calculations.
MFLOPS are the number of floating point multiply operations that can be performed in one second. MIPS are the number of integer multiply operations that can be performed in one second and is also a measure of the speed of computers.
Many interpretations of MFLOPS and MIPS exist and this is one of them.
Therefore the output may differ from other benchmark programs.