measuring microseconds a process runs in Linux
Posted
by John Kube
on Super User
See other posts from Super User
or by John Kube
Published on 2010-04-05T03:43:00Z
Indexed on
2010/04/05
3:53 UTC
Read the original article
Hit count: 455
I'm looking to get the number of microseconds that a process takes to execute. Does anybody know how to do this on a Linux system? (I would settle for milliseconds, if that's as good as I can get.)
NOTE: I don't think the time command will work to the accuracy I'm looking for...
© Super User or respective owner