MetricsProfStop
Product Support
|
Product |
Supported |
|---|---|
|
|
√ |
|
|
√ |
|
|
x |
|
|
x |
|
|
x |
|
|
x |
Function
Stops profiling. This API is used together with MetricsProfStart. 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
1
|
__aicore__ inline void MetricsProfStop() |
Parameters
None
Returns
None
Restrictions
None
Example
1
|
MetricsProfStop(); |
Parent topic: Performance Statistics