Oso Memory Profiler

4.4 - OsoMP_InitialiseCallback

Callback function called by the profiler as part of its initialisation process.

This function must be implemented by an application before the profiler will compile correctly.

void OsoMP_InitialiseCallback( void );
Its primary purpose is to call OsoMP_Initialise with the necessary parameters to define how profile data should be stored.

Secondary requirements should be to call any additional profiler functions to set up the profiler state as required by the calling application. These can include any combination of the following:

It is recommended that any of the above are performed in the order listed above.