Name
TAU_MAPPING — Encapsulates a C++ statement for profiling
Synopsis
C/C++:
TAU_MAPPING( |
statement, | |
key) ;
|
statement | statement; |
TauGroup_t | key; |
Description
TAU_MAPPING
is used to encapsulate a C++ statement
as a timer. A timer will be made, named by the statment, and will profile
the statement. The key given can be used with TAU_MAPPING_LINK to retrieve the timer.