measuring microseconds a process runs in Linux
- by John Kube
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...