aclprofModelUnSubscribe

Description

Unsubscribes from a model for basic information of each operator in the model, including the operator name, operator type, and operator execution time.

Restrictions

This API must be used in pair with aclprofModelSubscribe.

Prototype

aclError aclprofModelUnSubscribe(uint32_t modelId)

Parameters

Parameter

Input/Output

Description

modelId

Input

ID of a subscribed model.

Returns

The value 0 indicates success, and other values indicate failure. For details, see aclError.

See Also

For the API call example, see Profile Data Collection.