EMBED_FUNCTION_NAME

With this configuration parameter, a list of function names can be defined triggering the saving of counter data.

By default, counter data are saved at the end of the execution of the instrumented program. For each function in this list, the counter data are also saved at the end of its execution.

Example:
EMBED_FUNCTION_NAME = foo, bar, MyClass::method5