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
When calculating the `relativeCPU` we divide `selfCPU` by `allCPU` if
both values are zero we end up with `NaN`. Any mathematical operation
with a `NaN` value results in a `NaN` value. So we must correct this to
ensure later on we can serialize the value.
0 commit comments