MetricsProfStart
Function Usage
Starts profiling. This API is used together with MetricsProfStop. When using msProf for on-board operator tuning, you can call MetricsProfStart and MetricsProfStop before and after the code segment on the kernel to specify the scope of the code segment to be optimized.
Prototype
__aicore__ inline void MetricsProfStart()
Parameters
None
Returns
None
Availability
Precautions
None
Example
MetricsProfStart();
Parent topic: Operator Debugging APIs