The
CT
macro returns the runtime type information string of a variable. This is useful in constructing the type parameter of the
TAU_PROFILE
macro. For templates, the type information can be constructed using the type of the return and the type of each of the arguments (parameters) of the template. The example in the following macro will clarify this.
EXAMPLE
C/C++ :
TAU_PROFILE("foo::memberfunc()", CT(*this), TAU_DEFAULT);
SEE ALSO
TAU_PROFILE,
TAU_PROFILE_TIMER(3),
TAU_TYPE_STRING(3)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- EXAMPLE
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:43:57 GMT, April 16, 2011