I have to examine the time taken for the execution of a c program..

I tried

Code:
     time ./a.out
and this is what i got:

Code:
     the reqd output ..


real    0m0.004s
user    0m0.000s
sys     0m0.010s
does it show the output in milli-seconds?? or, what does the output really mean?