|
Sampling data doesn't contain information about function hierarchy. With sampling collection you can detect only hotspots in your application code and see them grouped by processes, threads, modules, functions, and EIP addresses. You may need to use Call Graph collection to supplement sampling analysis and obtain an execution flow with a critical path through the application.
This applies to:
|