tau_get_counter_names(3) debian man page | unix.com

Man Page: tau_get_counter_names

Operating Environment: debian

Section: 3

TAU_GET_COUNTER_NAME(3) 				      TAU Instrumentation API					   TAU_GET_COUNTER_NAME(3)

NAME
TAU_GET_COUNTER_NAMES - Gets the counter names
SYNOPSIS
C/C++: TAU_GET_COUNTER_NAMES(char **counterList, int numCounters);
DESCRIPTION
TAU_GET_COUNTER_NAMES returns the list of counter names and the number of counters used for measurement. When wallclock time is used, the counter name of "default" is returned.
EXAMPLE
C/C++ : int numOfCounters; const char ** counterList; TAU_GET_COUNTER_NAMES(counterList, numOfCounters); for(int j=0;j<numOfCounters;j++){ cout << "The counter names so far are: " << counterList[j] << endl; }
SEE ALSO
TAU_GET_FUNC_NAMES(3), TAU_GET_FUNC_VALS(3) 08/31/2005 TAU_GET_COUNTER_NAME(3)
Related Man Pages
counter(n) - redhat
pmc_control(2) - netbsd
tau_dump_func_vals_incr(3) - debian
tau_get_func_vals(3) - debian
pmc_get_info(2) - netbsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph