MetricsProfStop
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
x |
|
x |
|
x |
|
x |
Function Usage
You are advised to use the asc_prof_stop API to stop profiling. This API is applicable to both C and C++ programming.
Stops profiling. This API is used together with MetricsProfStart. When using Operator Tuning (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