BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

Add GenerateAndBuildOnly Option

Open lihaMSFT opened this issue 2 years ago • 2 comments
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.

lihaMSFT avatar Dec 09 '22 00:12 lihaMSFT

CLA assistant check
All CLA requirements met.

dnfadmin avatar Dec 09 '22 00:12 dnfadmin

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.

lihaMSFT avatar Dec 09 '22 20:12 lihaMSFT