Man Page: tau_get_counter_names
Operating Environment: debian
Section: 3
TAU_GET_COUNTER_NAME(3) TAU Instrumentation API TAU_GET_COUNTER_NAME(3)NAMETAU_GET_COUNTER_NAMES - Gets the counter namesSYNOPSISC/C++: TAU_GET_COUNTER_NAMES(char **counterList, int numCounters);DESCRIPTIONTAU_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.EXAMPLEC/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 ALSOTAU_GET_FUNC_NAMES(3), TAU_GET_FUNC_VALS(3) 08/31/2005 TAU_GET_COUNTER_NAME(3)
| Related Man Pages |
|---|
| counter(n) - redhat |
| i386_pmc_startstop(2) - netbsd |
| sip_get_counter_value(3sip) - opensolaris |
| file::counterfile(3pm) - debian |
| vend::counterfile(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |