aclgrphProfStop

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product

Atlas training product

Header File/Library File

  • Header file: #include <ge/ge_prof.h>
  • Library file: libmsprofiler.so

Function Usage

Stops profiling.

Prototype

1
Status aclgrphProfStop(aclgrphProfConfig *profiler_config)

Parameters

Parameter

Input/Output

Description

profiler_config

Input

Pointer to a struct for a profiling configuration.

Returns

Parameter

Type

Description

-

Status

SUCCESS: success.

Other values: failure.

Restrictions

aclgrphProfStop must be used in pair with and be called after aclgrphProfStart.