You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to track and report various metrics for child processes created with assert_cmd. The kind of process metrics that you might track with /usr/bin/time or perf, such as instruction count, page faults, max memory, io counts, context switches, etc...
Some resources I found:
I found that /usr/bin/time uses the getrusagelibc api. (The man page also mentions vtimes().)