Performance profiler
Performance profiler
Reference: https://docs.microsoft.com/en-us/visualstudio/profiling/profiling-feature-tour?view=vs-2019
Analyze performance of .NET asynchronous code
This content we'll use .NET Async Tool for detect and improvement our Web API
Steps
Result
Completed!
We'll see the result displays its start time, end time, and duration. We can use this to find the end point of slow processing.
Loading comments...