Skip to content
Commit 1d643771 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 597fe041
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment