aclrtCntNotifyRecordInfo
1 2 3 4 | typedef struct { aclrtCntNotifyRecordMode mode; // Record的行为模式 uint32_t value; } aclrtCntNotifyRecordInfo; |
mode枚举值的定义请参见aclrtCntNotifyRecordMode。
父主题: 数据类型及其操作接口
1 2 3 4 | typedef struct { aclrtCntNotifyRecordMode mode; // Record的行为模式 uint32_t value; } aclrtCntNotifyRecordInfo; |
mode枚举值的定义请参见aclrtCntNotifyRecordMode。