Skip to content
Snippets Groups Projects
  1. Jan 25, 2016
  2. May 12, 2014
    • Masahiro Yamada's avatar
      cmd_time: do not show ticks · 1d643771
      Masahiro Yamada authored
      
      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>
      1d643771
  3. Jul 24, 2013
  4. Feb 04, 2013
  5. Mar 06, 2012
  6. Oct 09, 2011
Loading