Activity overview
Latest activity by mhiltunen
Profiling Windows Forms async event handlers
Is there a way to profile async event handlers. For example if I have a code like this: Private Async Sub ChildForm_Load(sender As Object, e As EventArgs) Handles Me.Load
Await Task.Run...