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 the ZeroMeasurementAnalyser runs a report on a machine not using an OS with a supported "CpuDetector" it throws a null reference exception. This occurs on the line var currentFrequency = summary.HostEnvironmentInfo.Cpu.Value.MaxFrequency();, because Cpu.Value is null when using that OS.