C/C++:
C/C++ :
const char ** functionList;
int numOfFunctions;
TAU_GET_FUNC_NAMES(functionList, numOfFunctions);
for(int i=0;i<numOfFunctions;i++){
cout << "This function names so far are: " << functionList[i] << endl;
}
TAU_GET_COUNTER_NAMES(3), TAU_GET_FUNC_VALS(3), TAU_DUMP_FUNC_NAMES(3), TAU_DUMP_FUNC_VALS(3)