MulticoreBSP for C  Version 2.0.4
Functions
MulticoreBSP for C profiling extension

The functions defined here provide an interface to the profiling behaviour of MulticoreBSP for C. More...

Functions

void mcbsp_profiling_set_description (const char *const name)
 When in profile mode, give a discriptive name to the current superstep. More...
 

Detailed Description

The functions defined here provide an interface to the profiling behaviour of MulticoreBSP for C.

Function Documentation

void mcbsp_profiling_set_description ( const char *const  name)

When in profile mode, give a discriptive name to the current superstep.

This name will be displayed during profile output. If a custom name is not given by means of this function, then the i-th superstep will be simply named as `Superstep i'. Names need not be unique, though every superstep will have its own output record; the results will not be aggregated.

Names have a maximum length of 255 chars; any additional characters will be ignored.

Parameters
nameThe descriptive name of the current superstep.