How do I sort the profiled methods to show them in the order in which they were recorded?
Comments
2 comments
-
You can't do that - I suppose the closest you can get is to use the hierarchy view and use that to navigate your code. This would be too much information for the profiler to store and would take up even more memory usage when profiling an application.
Hope this helps -
That's unfortunate. It would make for really nice UML sequence diagrams.
Add comment
Please sign in to leave a comment.