What do 'real', 'user' and 'sys' mean in the output of time(1)?
Posted
by Iraimbilanja
on Stack Overflow
See other posts from Stack Overflow
or by Iraimbilanja
Published on 2009-02-17T11:33:51Z
Indexed on
2010/03/12
12:37 UTC
Read the original article
Hit count: 127
$ time foo
real 0m0.003s
user 0m0.000s
sys 0m0.004s
$
What do 'real', 'user' and 'sys' mean in the output of time?
Which one is meaningful when benchmarking my app?
© Stack Overflow or respective owner