.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "TAU_PROFILE_CALLSTAC" "3" "08/31/2005" "" "TAU Instrumentation API" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" TAU_PROFILE_CALLSTACK \- Generates a callstack trace at a given location. .SH "SYNOPSIS" .PP \fBC/C++:\fR .HP 22 \fB\fBTAU_PROFILE_CALLSTACK\fR\fR\fB(\fR\fBvoid);\fR .SH "DESCRIPTION" .PP When TAU is configured with \-PROFILECALLSTACK configuration option, and this call is invoked, a callpath trace is generated. A GUI for viewing this trace is included in TAU's utils/csUI directory. This option is deprecated. .SH "EXAMPLE" .PP \fBC/C++ :\fR .sp .nf TAU_PROFILE_CALLSTACK(); .fi