BenchmarkDotNet
BenchmarkDotNet copied to clipboard
Add GenerateAndBuildOnly Option
trafficstars
This PR adds an option to run toolchain generator and builder without actually executing the built binary.
This way we can attach other tools such as perfview and Visual Studio Performance Profiler to profile the benchmarks.
Hello Adam,
VS Performance Profiler supports multiple types of profiling: CPU, instrumentation, object allocation and has a large API surface. We can discuss a potential integration in the future.
Thanks.