SYNTAX

    time [options] <command>


OPTIONS

-h (--help) bool

Display help.

-H (--human) bool

Print the execution time in human readable form.

-f (--fast-counter) bool

Use the kernel's fast counter rather than the nano-kernel tick. Note, if available, the fast counter normally has significantly higher resolution.

-r (--repeat) int

If specified, call the command this number of times and print out the average time taken.


ARGUMENTS

<command>

The command to run. Any further arguments or options will be coalesced into this one. [string]


DESCRIPTION

Report how long it takes to execute a command.


SEE ALSO

start


COPYRIGHT

Copyright (c) 2006-2010 Accenture. All rights reserved.