aclprofRangeStop

Description

Records the end time of the time span by msproftx when an event occurs.

After this API is called, the Profiling tool automatically records the end timestamp in the stamp pointer.

Restrictions

Prototype

aclError aclprofRangeStop(uint32_t rangeId)

Parameters

Parameter

Input/Output

Description

rangeId

Output

Unique ID of a msproftx event stamp. Used to distinguish between threads.

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.