commit | fd763007ce33fb8d36486898f16478f3ca9b01d4 | [log] [tgz] |
---|---|---|
author | Che-liang Chiou <clchiou@chromium.org> | Thu Oct 06 23:40:48 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sun Oct 09 23:24:48 2011 +0200 |
tree | 528a6a5cb6648782c4dd41080f807d84058b6b8d | |
parent | 23f7848f025e9e000204c3e1f8163a394f33a371 [diff] |
cmd_time: add time command The 'time' command runs and reports execution time of commands. Sample usage: -------------------- u-boot# time crc 0x1000 1000 CRC32 for 00001000 ... 00001fff ==> ae94dc4b time: 0.004 seconds, 4 ticks -------------------- Signed-off-by: Che-Liang Chiou <clchiou@chromium.org> Acked-by: Mike Frysinger <vapier@gentoo.org>