Profiler New Feature: Side by Side diff
The profiler could do session diffs (showing the difference between executed statements between two sessions) for a while now, but we got some requests for changing it to follow a more traditional source control diff style.
This is now done, and it should make it easier to understand the changes between two sessions:
Comments
I think the cached queries should appear next to the normal queries if they are the same
i.e.
SELECT ... FROM Blogs this_ WHERE ... | Cached query: SELECT ... FROM Blogs this_ WHERE ...
The original should still have a strike-through, to signify that it has been cached.
That said, I don't actually use the profiler so maybe what I'm saying makes no sense.