Oracle® Solaris Studio 12.4: IDE Quick Start Tutorial

Exit Print View

Updated: October 2014
 
 
Chapter 8

Monitoring a Project

The IDE provides tools for examining the behavior of your running C/C++/Fortran project, in order for you to detect runtime problems in your applications. These types of problems might not be detectable when debugging your code. The profiling tools are the following:

  • CPU Usage

  • Thread Usage

  • Memory Usage

  • Memory Access Errors

This chapter describes what these tools are and how to use them and contains the following sections: