commit | b1c675ca3d3874f1de4a33c654c16901fb983794 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Apr 18 17:46:13 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Mon May 12 15:19:46 2014 -0400 |
tree | 63ca6c45279b810086e50a00442e0945cfb14181 | |
parent | fcfc786fcd4e1b743ba4155d46979a524f9dbc54 [diff] |
cmd_time: do not show ticks The command "time" shows the execution time of the command given to the argument, like this: time: 45.293 seconds, 45293 ticks Since we adopted CONFIG_SYS_HZ = 1000 for all boards, we always have a simple formula: "1 tick = 0.0001 second". Showing ticks looks almost redundant. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>