New Profiler - CPU Sampling

Profiling Example

Time taken: NA ms
Results

CPU Sampling - New

  • The CPU stack is collected at intervals
  • Doesn't capture every call
  • Low overhead

Instrumented - IE11

  • Data is collected at every function enter and exit
  • Captures every call
  • High overhead

Important: Debugging impacts performance and is turned on when you open F12.