MFLOP
MFLOP stands for million floating-point operations per second, a unit used to express the rate at which a computer can perform floating-point arithmetic. A floating-point operation is an arithmetic calculation performed on floating-point numbers, typically including addition, subtraction, multiplication, and division. Depending on counting conventions, a fused multiply-add (FMA) may be counted as one or two operations, which can affect reported MFLOP values.
Measurement of MFLOPS relies on benchmarks that specify which operations are counted and under what precision.
Historically, MFLOPS were widely used in the 1980s and 1990s to characterize the performance of vector and
Practical considerations include the counting method and the impact of modern features such as fused operations,