aclprofStepTag
1 2 3 4 | typedef enum{ ACL_STEP_START = 0, // step start ACL_STEP_END = 1 // step end } aclprofStepTag; |
The same tag can be configured only once for a single aclprofStepInfo object, to avoid Profiling analysis errors.
Parent topic: Data Types and Operation APIs