This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TCI6638K2K/ RTOS: Profiling for SPI

Tool/software: TI-RTOS

Hi,
I am using the SPI driver provided by TI.
In CFG file, I see the following option:

var Spi = xdc.loadPackage('ti.drv.spi');
Spi.Settings.enableProfiling = true;

I want to know what exactly is use of making Spi.Settings.enableProfiling = true;

Will this enable the profiling option for SPI driver functions. And can this option be used for other TI provided drivers as well?