tau_profile_stmt(3) debian man page | unix.com

Man Page: tau_profile_stmt

Operating Environment: debian

Section: 3

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
tau_mapping_link(3) - debian
execute(7) - suse
execute(7) - mojave
execute(7) - linux
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph