aclprofCreateStamp

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Creates a msproftx event stamp. When aclprofMark, aclprofSetStampTraceMessage, aclprofPush, and aclprofRangeStart are called, the stamp pointer is used as the input to record the time span of the event.

Prototype

void *aclprofCreateStamp()

Returns

  • Success: a pointer to data of the void type
  • Failure: nullptr

Restrictions

This API must be used in pair with aclprofDestroyStamp and after aclprofStart.