DescriptionAdd time measurement command to u-boot
The command "time" takes a command as its argument, executes the command, and reports how much time the command has used.
Example usage:
------------------------------------------------------------
CrOS> time sleep 1
time: 1.000 seconds, 1000 ticks
CrOS> time sleep 10
time: 10.000 seconds, 10000 ticks
------------------------------------------------------------
R=robotboy@chromium.org,sjg@chromium.org
BUG=none
TEST=see above
Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=e14cdef
Patch Set 1 #
Total comments: 21
Patch Set 2 : Code review #
Total comments: 6
Patch Set 3 : Code review #
Messages
Total messages: 9 (0 generated)
|