HP-UX 11i Version 1.5 Release Notes, May 2001
Table Of Contents
- 1 Overview of the Release Notes
- 2 Workstation/Server Specific Information
- 3 HP-UX Features
- 4 File and Disk Management
- 5 Networking
- 6 Commands and System Calls
- 7 Programming
- aC++ Libraries
- Changes to libc
- libcres.a Library
- New libdcekt.sl and libdcecpkt.sl Libraries
- New Linux Compatible API Library
- New locale Libraries
- New Unwind Library
- X11 Libraries
- SNMP
- Machine Dependent Headers
- Threadsafe Documentation
- Obsolescence and Deprecation of APIs
- Linker Toolset
- gprof Multiple Shared Library Profiling
- CXperf Performance Monitoring Support
- HP Caliper
- WDB Debugger Tool
- ADB Debugger Tool
- Fortran
- Packaging for Specific Releases
- 8 Other Functionality

Programming
gprof Multiple Shared Library Profiling
Chapter 7 127
gprof Multiple Shared Library Profiling
gprof, in HP-UX 11i Version 1.5 (B.11.20), introduces multiple shared
library profiling (MSLP). This allows users to profile multiple shared
libraries along with native IPF applications.
To use MSLP, the environment variables LD_PROFILE and
LD_PROFILEBUCKET_SIZE must be set appropriately before execution of
the program starts. Additionally, appropriate options must be set at
compile and link time.
gprof Performance
The accuracy of timing information may degrade slightly compared to
earlier version of gprof.
gprof Documentation
For more information, see the gprof (1), cc (1), ld (1), and smonitor (3C)
manual pages.