Dhrystone
Dhrystone is a synthetic computer benchmark introduced in 1984 by Reinhold P. Weicker to measure integer performance of processors and compilers. The benchmark consists of a small C program that models a mix of typical systems software operations, including procedures calls, pointer manipulation, record and array handling, and string processing, with an emphasis on integer computation rather than floating-point performance.
The test runs a fixed number of Dhrystone iterations and reports the result as the rate of
Dhrystone results have been widely used to compare CPUs, microcontrollers, compilers, and embedded systems, and have