|
|
 |
 |
JProbe® PerformanceFeatures- Performance Metrics
– Obtain performance metrics for every single line of code in your application – e.g. call count, CPU and/or elapsed time, and memory/heap metrics. - Call Graph
– Intuitively shows the execution path of your application’s methods, which reveals the performance bottlenecks in your Java code. The call graph quickly guides you along the critical execution path, where you can then isolate which method in that path is the true performance bottleneck, then perform further parent-child analysis. Advanced filtering is also available to help reduce clutter during analysis. - Method Detail View
– A new feature that optimizes analysis through a pre-defined, logical workflow. You can display method information similarly to the Call Graph tab, but for only one method. Use the Method Detail tab to navigate through the call stack and view the current method’s performance data for further analysis. The data displayed provides a better understanding about methods and those that are deemed expensive. - Package-Color Assignments
– Easily track what’s important to the user. You can use the package-color assignments feature to highlight and track methods in key packages. Grouping packages by color helps you to easily visualize how many methods of a particular type are in the call tree and where in the call tree they’re located. - Performance Snapshots & Snapshot Differencing
– When you finish profiling your application in real-time, you can easily take a snapshot of the results which contains a summary of the Java methods profiled in the application. You can also compare performance before-and-after code-enhancing changes with Snapshot Differencing for further quantitative, change impact analysis. Plus, you can generate and share detailed reports on key data and metrics with team members. - Thread Deadlock Analysis
– You can quickly identify and isolate blocked and stalled threads within your program design.
Performance Overview Additional Information: Other Useful Sites:
|
|
|
|
 |