aclprofGetOpDescSize
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the size (in bytes) of the data structure of a single operator. In the current version, the size of each operator data structure is the same.
As a best practice, the user can create a thread and call this API in the new thread. Otherwise, this API call will block the main thread.
Prototype
aclError aclprofGetOpDescSize(size_t *opDescSize)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
opDescSize |
Output |
Size of the operator data structure. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Subscription to Operator Information