24 Jul, 2013

1 commit


04 Feb, 2013

1 commit


07 Mar, 2012

1 commit


10 Oct, 2011

1 commit

  • 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
    Acked-by: Mike Frysinger

    Che-liang Chiou