Is there a way to export profiling data in the order it occurred?
markj11
0

Comments

1 comment

  • Robert C
    Hi,

    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
    Robert C
    0

Add comment

Please sign in to leave a comment.