Function


nuDebTaskPerfIntervalSet


Format:

void nuDebTaskPerfIntervalSet(u32 interval)

Argument:

interval Measuring intervals of performance

Return value:

None

Description:

Sets performance measurement intervals

The measured performance is displayed on the screen using the nuDebTaskPerfBar0 function or nuDebTaskPerfBar1 function.

Measuring intervals specified for interval are intervals for switching the frame buffers.

If measuring intervals are changed, it is easier to grasp the status of tasks. However, if measuring intervals are too large, it may not be able to measure changes in partial performance.


Reference:  nuDebTaskPerfBar0,nuDebTaskPerfBar1