MetricsProfStop

Supported Products

Product

Supported/Unsupported

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas 200I/500 A2 inference products

x

Atlas inference product 's AI Core

x

Atlas inference product 's Vector Core

x

Atlas training products

x

Functions

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

Return Value Description

None

Restrictions

None

Examples

1
MetricsProfStop();