.\" ** 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_DISABLE_ALL_GROU" "3" "08/31/2005" "" "TAU Instrumentation API" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" TAU_DISABLE_ALL_GROUPS \- Disables instrumentation in all groups .SH "SYNOPSIS" .PP \fBC/C++:\fR .HP 23 \fB\fBTAU_DISABLE_ALL_GROUPS\fR\fR\fB(\fR\fBvoid);\fR .PP \fBFortran:\fR .HP 23 \fB\fBTAU_DISABLE_ALL_GROUPS\fR\fR\fB(\fR\fBvoid);\fR .SH "DESCRIPTION" .PP This macro turns off instrumentation in all groups. .SH "EXAMPLE" .PP \fBC/C++ :\fR .sp .nf void foo() { TAU_DISABLE_ALL_GROUPS(); TAU_ENABLE_GROUP_NAME("PARTICLES"); } .fi .PP \fBFortran :\fR .sp .nf call TAU_DISABLE_ALL_GROUPS(); .fi .SH "SEE ALSO" .PP TAU_GET_PROFILE_GROUP(3), TAU_ENABLE_GROUP_NAME(3), TAU_DISABLE_GROUP_NAME(3), TAU_ENABLE_ALL_GROUPS(3)