Adam Sitnik
Adam Sitnik
> I also find myself wishing there was simpler/smoother integration with linux perf @AndyAyersMS few days ago I've merged https://github.com/dotnet/BenchmarkDotNet/pull/2117 which adds a perf diagnoser that uses `perfcollect` internally. `perfcollect`...
> It would also be nice to have an integrated diagnoser for ETW that is benchmark interval aware. For that we could definitely extend `ETWProfiler` to always export such a...
> Filter on benchmark parameters This is now built in: #2132
No response, closing
> Does DotNetBenchmark have this feature? It does not, as it's more a profiler feature than micro-benchmarking library feature. You can use `ETWProfiler` (windows) or `PerfCollectProfiler` (linux), open the trace...
It works fine for Preview 2 and 3, so the regression has been introduced in Preview 4
I can reproduce the issue with Preview5, but not with Preview7. I hope that it's gone for good ;)
I am afraid that I won't have the time to implement it anytime soon. The best I can do is to provide some hints for contributors who would be interested...
Hi @JENICIDE-1029 The `.cshtml` file format might not be recognized by your OS, so in the text editor that you are using you need to go to `File -> Open`...
Hello @JENICIDE-1029 > Is text editor the same thing as Terminal? No, text editor are things like Notepad or in case of macOS TextEdit. > I am used to using...