We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Processing dotnet/runtime#110258 (comment) command:
-intel -arm -profiler --envvars DOTNET_TC_CallCounting:0 DOTNET_TieredPGO_InstrumentOnlyHotCode:0 DOTNET_TieredPGO_ScalableCountThreshold:1E
using BenchmarkDotNet.Attributes; public class Bench { int a = 0; int b = 0; int c = 0; int d = 0; int e = 0; [Benchmark] public int Test() { int zeros = 0; for (int i = 0; i < 1024; i++) { int zeros = 0; int nonzeros = 0; if (a == 0) zeros++; else nonzeros++; if (b == 0) zeros++; else nonzeros++; if (c == 0) zeros++; else nonzeros++; if (d == 0) zeros++; else nonzeros++; if (e == 0) zeros++; else nonzeros++; }); return zeros; } }
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered:
❌ Failed on AzureCascadeLake: Job failed, see logs.
cc @AndyAyersMS (logs). EgorBot manual: link.
Sorry, something went wrong.
❌ Failed on AzureCobalt100: Job failed, see logs.
No branches or pull requests
Processing dotnet/runtime#110258 (comment) command:
Command
-intel -arm -profiler --envvars DOTNET_TC_CallCounting:0 DOTNET_TieredPGO_InstrumentOnlyHotCode:0 DOTNET_TieredPGO_ScalableCountThreshold:1E
(EgorBot will reply in this issue)
The text was updated successfully, but these errors were encountered: