debian man page for tau_profile_stmt

Query: tau_profile_stmt

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TAU_PROFILE_STMT(3)					      TAU Instrumentation API					       TAU_PROFILE_STMT(3)

NAME
TAU_PROFILE_STMT - Executes a statement only when TAU is used.
SYNOPSIS
C/C++: TAU_PROFILE_STMT(statement statement);
DESCRIPTION
TAU_PROFILE_STMT executes a statement, or declares a variable that is used only during profiling or for execution of a statement that takes place only when the instrumentation is active. When instrumentation is inactive (i.e., when profiling and tracing are turned off as described in Chapter 2), all macros are defined as null.
EXAMPLE
C/C++ : TAU_PROFILE_STMT(T obj;); // T is a template parameter) TAU_TYPE_STRING(str, "void () " + CT(obj) ); 08/31/2005 TAU_PROFILE_STMT(3)
Related Man Pages
execute(7) - centos
ratfor(1) - bsd
ratfor(1) - v7
execute(7) - linux
execute(7) - osx
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results