I have a program that\'s running pretty slowly (takes like 20 seconds even on release) so, wanting to fix it, I tried to use Visual Studio\'s built in profiler. However, whe
Use a non-intrusive sample profiler instead of an intrusive instrumented profiler.