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
I noticed this when I was originally debugging NBench.PerformanceCounters, but it looks like we might be trying to use them "too quickly," which is a known issue (I'll have to find the source for that again.)
As a result, looks like we fail to collect data from them fairly often. May need to rework how we handle PerformanceCounter failures and retries.
The text was updated successfully, but these errors were encountered:
I noticed this when I was originally debugging NBench.PerformanceCounters, but it looks like we might be trying to use them "too quickly," which is a known issue (I'll have to find the source for that again.)
As a result, looks like we fail to collect data from them fairly often. May need to rework how we handle
PerformanceCounter
failures and retries.The text was updated successfully, but these errors were encountered: