Order of events
markj11
Posts: 6
Is there a way to export profiling data in the order it occurred?
Comments
For performance data, no. However, for memory data, I think I'm correct in saying that object IDs are incrementally assigned - so if you sort by the ID, you'd get the objects in order of allocation.
Hope that helps,
Robert
Red Gate