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
refactor: clarify computation of jailer_cpu_time_us
The components that go into the calculation are
1. Exclude thing before calling Env::new() (including potential time
spent in a parent of the jailer itself that ended up exec()-ing
2. The time up until a potential fork() for daemonization
3. The time spent in each temporary process during triple-fork()ing
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments