Query: tau_mapping
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_MAPPING(3) TAU Mapping API TAU_MAPPING(3)NAMETAU_MAPPING - Encapsulates a C++ statement for profilingSYNOPSISC/C++: TAU_MAPPING(statement statement, TauGroup_t key);DESCRIPTIONTAU_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(3) to retrieve the timer.EXAMPLEC/C++ : int main(int argc, char **argv) { Array <2> A(N, N), B(N, N), C(N,N), D(N, N); // Original statement: // A = B + C + D; //Instrumented statement: TAU_MAPPING(A = B + C + D; , TAU_USER); ... }SEE ALSOTAU_MAPPING_CREATE(3), TAU_MAPPING_LINK(3) 08/31/2005 TAU_MAPPING(3)
Related Man Pages |
---|
execute(7) - centos |
tau_mapping_create(3) - debian |
tau_mapping_link(3) - debian |
ratfor(1) - v7 |
execute(7) - osx |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |