How to understand the output of time command.
I am trying to figure out the performance of my code.
But I do not understand the output of time command, Can anybody please explain what does time command output means.
following is what I get
time ./filereader
real 0m0.193s user 0m0.012s sys 0m0.056s
What is 'real', 'user','sys'