I'm trying to work with the performance and diagnostics section of Visual Studio and interestingly found out that the time needed for running code in CPU Sampling is half of code run time.
Why this happens?
Can I use this and instead of running code run CPU Sampling profiler and get results earlier?