Comments
Sort by recent activity
Hello,
I believe you are likely viewing the call-tree in CPU time; directly above the call-tree on the right is a dropdown to select the 'Timing mode', change this to Wallclock time and the values should match what you are seeing in the Db calls view.
Hope that helps. / comments
Hello,
I believe you are likely viewing the call-tree in CPU time; directly above the call-tree on the right is a dropdown to select the 'Timing mode', change this to Wallclock time and the values ...
That could be the case, as it depends on the proportionality of time spent in your code vs framework / third party code for the region of time you have selected in the timeline.
Your code will still be in the call-tree stacks, you can use Find for regular method calls (CTRL+F), and for SQL you can go to a specific Query in the 'Database Calls view' where using the blue 'NET' button will take you to that call in the call-tree.
See http://documentation.red-gate.com/displ ... calls+view
(Sub-heading: Linking back to your code) / comments
That could be the case, as it depends on the proportionality of time spent in your code vs framework / third party code for the region of time you have selected in the timeline.
Your code will stil...