Sample Header Ad - 728x90

How to measure the time in milliseconds from invoking the command in MacOS OSX bash until the command begins execution?

-2 votes
1 answer
1834 views
We are looking for a way on a Mac to measure the time in milliseconds from after a shell script issues a command until that command actually begins execution on the cpu. This time would represent the time to fork, exec the command, run the exec syscall, page in the first page or so of the process and start it running.
Asked by smartblonde (1 rep)
Apr 6, 2020, 01:38 AM
Last activity: Apr 6, 2020, 02:29 AM