|
Discovering Performance Bottlenecks 
(4:41 = 4 minutes, 41 seconds)
The CodePro Profiler can be used to inspect the performance of code, providing live CPU Telemetry view and CPU snapshot facilities to measure the CPU load incurred by the running application.
Memory Optimization (4:36)
The CodePro Profiler may be used to inspect the memory usage providing Memory Telemetry view and memory snapshot facilities.
Memory Optimization using Allocation Tracking and Object Lifetime Profiling (4:07)
The CodePro Profiler also provides facilities for profiling Allocation Tracking and Object Lifetime Profiling.
Discovering Memory Leaks (5:05)
The CodePro Profiler provides a live memory usage graph in the Memory Telemetry view that can be used to monitor memory leaks. It also has memory snapshot facilities that can be used to determine memory leak problems.
Finding Memory Leak Candidates (5:09)
The CodePro Profiler also provides a Memory Leak Candidates view which shows a list of automatically found memory leak candidates with probability and reason why the object has been identified as a memory leak candidate.
Detecting Deadlocks (3:05)
The CodePro Profiler detects deadlocks automatically and provides information about a deadlock in the Deadlock view and the Monitor usage views.
Profiling J2EE Applications (3:18)
CodePro Profiler provides facilities to profile J2EE applications.
|