TAU_EVENT_SET_NAME

Langue: en

Version: 08/31/2005 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

TAU_EVENT_SET_NAME - Sets the name of an event

SYNOPSIS

C/C++:

TAU_EVENT_SET_NAME(TauUserEvent event, const char *name);

DESCRIPTION

Changes the name of an event.

EXAMPLE

C/C++ :

 TAU_EVENT_SET_NAME(event, "new name");
     
 

SEE ALSO

TAU_REGISTER_EVENT(3)