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");

RELATED TO TAU_EVENT_SET_NAME…