commit | 99dbe4b748674abcc4cf9256fe89a187308350d1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 23 15:38:23 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:19 2015 -0600 |
tree | 70ca67d47a4b45747465aeb230cc04d63af9386b | |
parent | 22dda3e0ab9d58c7e44aa67e97d015bd89f917eb [diff] |
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>