aclprofCreateStepInfo
Description
Creates data of the aclprofStepInfo type as step information.
Restrictions
- Use the aclprofDestroyStepInfo API to destroy data of the aclprofStepInfo type. If data is not destroyed, the memory cannot be freed.
- Use this API together with the aclprofDestroyStepInfo API. Call aclprofCreateStepInfo first and then aclprofDestroyStepInfo.
Prototype
aclprofStepInfo* aclprofCreateStepInfo()
Returns
- Success: pointer to data of the aclprofStepInfo type
- Failure: nullptr
The same tag can be configured only once for a single aclprofStepInfo object, to avoid Profiling analysis errors.
Parent topic: aclprofStepInfo