Add a dhrystone benchmark command
Drystone provides a convenient sanity check that the CPU is running at full
speed. Add this as a command which can be enabled as needed.
Note: I investigated using Coremark for this but there was a license
agreement and I could not work out if it was GPL-compatible.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- lib/Kconfig 2 additions, 0 deletionslib/Kconfig
- lib/Makefile 2 additions, 0 deletionslib/Makefile
- lib/dhry/Kconfig 7 additions, 0 deletionslib/dhry/Kconfig
- lib/dhry/Makefile 7 additions, 0 deletionslib/dhry/Makefile
- lib/dhry/cmd_dhry.c 34 additions, 0 deletionslib/dhry/cmd_dhry.c
- lib/dhry/dhry.h 442 additions, 0 deletionslib/dhry/dhry.h
- lib/dhry/dhry_1.c 421 additions, 0 deletionslib/dhry/dhry_1.c
- lib/dhry/dhry_2.c 217 additions, 0 deletionslib/dhry/dhry_2.c
Loading
Please register or sign in to comment