aclprofStepTag

typedef enum{
    ACL_STEP_START = 0, // step  start
    ACL_STEP_END = 1    // step  end
} aclprofStepTag

说明: 同一个aclprofStepInfo对象、同一个tag只能设置一次,否则Profiling解析会出错。