tau_profile(3) debian man page | unix.com

Man Page: tau_profile

Operating Environment: debian

Section: 3

TAU_PROFILE(3)						      TAU Instrumentation API						    TAU_PROFILE(3)

NAME
TAU_PROFILE - Profile a C++ function
SYNOPSIS
TAU_PROFILE(char* or string& function_name, char* or string& type, TauGroup_t group);
DESCRIPTION
TAU_PROFILE profiles a function. This macro defines the function and takes care of the timer start and stop as well. The timer will stop when the macro goes out of scope (as in C++ destruction).
EXAMPLE
int foo(char *str) { TAU_PROFILE(foo","int (char *)",TAU_DEFAULT); ... }
SEE ALSO
TAU_PROFILE_TIMER(3) 08/31/2005 TAU_PROFILE(3)
Related Man Pages
tau_context_event(3) - debian
tau_mapping_create(3) - debian
tau_mapping_profile_timer(3) - debian
tau_profile_timer(3) - debian
tau_register_context_event(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Introduction
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph