Using time ls, I have the following output:
time ls
$ time ls -l total 2 -rwx------+ 1 FRIENDS None 97 Jun 23 08:59 location.txt -rw-r--r--+ 1 FRIENDS None
I think, it can be made a little easier:
time ls &> /dev/null | grep real