]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add a dhrystone benchmark command
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:23 +0000 (15:38 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:34:25 +0000 (13:34 +0200)
commite2bbd82400d51b8827b6f47bdf91bdfc6e4e6f44
treeaad77777f7dbd1881482abace3548955c186b98a
parent91641e295c5c97b4786bcc5133e67efb91669ea7
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>
lib/Kconfig
lib/Makefile
lib/dhry/Kconfig [new file with mode: 0644]
lib/dhry/Makefile [new file with mode: 0644]
lib/dhry/cmd_dhry.c [new file with mode: 0644]
lib/dhry/dhry.h [new file with mode: 0644]
lib/dhry/dhry_1.c [new file with mode: 0644]
lib/dhry/dhry_2.c [new file with mode: 0644]