"chellappa" <> writes:
> In Linux , we have time commend
> i want to check ruuning time of program , just use this time command
> $time ./a.out
>
> it display
>
> real 0m0.928s
> user 0m0.062s
> sys 0m0.079s
>
> What is real , user ,sys time ?
This is not a C question. If "man time" doesn't give you enough
information, try asking in comp.os.linux.questions.
--
Keith Thompson (The_Other_Keith)
kst- <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.