Skip to content

Instantly share code, notes, and snippets.

@KristianLyng
Created June 10, 2010 12:33
Show Gist options
  • Select an option

  • Save KristianLyng/432922 to your computer and use it in GitHub Desktop.

Select an option

Save KristianLyng/432922 to your computer and use it in GitHub Desktop.
root@8d8:~# { for a in `seq 1 10000`; do /usr/bin/time -f %E bash -c echo hei > /dev/null ; done } 2>&1 | sort | uniq -c
9926 0:00.01
32 0:00.02
16 0:00.03
12 0:00.04
7 0:00.05
1 0:00.06
1 0:00.07
3 0:00.08
2 0:00.09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment