Go to main content
What's New in the Oracle® Developer Studio 12.6 Release

Exit Print View

Updated: July 2017
 
 

About Performance Analyzer

Performance Analyzer provides insight into the behavior of your application to enable you to find problem areas in your code. It identifies which functions, code segments, and source lines that use the most system resources. Performance Analyzer can profile single-threaded, multithreaded, and multi-process applications, and then present the profiling data to help you identify where you can improve your application's performance.

The Performance Analyzer consists of a set of commands and tools such as:

collect utility

Gathers profiling data on user-level programs.

er_kernel utility

Gathers profiling data on the Oracle Solaris kernel.

er_print utility

Presents profiling information in text form.

Performance Analyzer GUI

Presents profiling information graphically.

Thread Analyzer is a related tool that enables you to focus on multithreading problems.

For more information, please refer to Oracle Developer Studio 12.6: Performance Analyzer and Oracle Developer Studio 12.6: Performance Analyzer Tutorials.