Call Graph Granularity
To control the granularity for call graphs, use the following settings:
- Control granularity for Methods: To ensure low-performance overhead, choose a threshold in milliseconds for method execution time. Methods taking less than the time specified here are filtered out of the call graphs.
- Control granularity for SQL calls: You can specify a threshold for SQL queries. SQL queries taking less than the specified time in milliseconds are filtered out of the call graphs. See Tune Java Agent Performance.
To access call graph configuration, click
and choose the Call Graph Settings tab. There are subtabs for each application type.