dotTrace vs Blazor

Hello. Can I use DotTrace to profile Blazor apps? If so, how?

0
5 comments

Hello,

How do you usually run your application and what IDE do you use?

0

IDE - VS 2022

Run in VS as IIS Express

0

Please try to run your startup project under profiling in Visual Studio:

  • Build and run your project in Visual Studio once (it’s important because dotTrace uses VS run configuration settings which are updated on start)
  • Kill all IIS Express processes before start IIS Express profiling
  • Open Extensions -> ReSharper -> Profile -> Run Startup Configuration Performance Profiling… . All required fields will be pre-filled.
  • Start profiling session

Does profiling start properly?

0

Hi. Sorry for the long reply. But I can't make snapshots. 

0

Hi!

“Using API” profiling control type is selected. Please choose “Manually” if you want to get a snapshot with the profiling controller.

 

0

Please sign in to leave a comment.