aclprofStart
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Starts profile data collection.
Call aclprofStart as required during model execution. Only profile data after the API call is collected.
Prototype
aclError aclprofStart(const aclprofConfig *profilerConfig)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
profilerConfig |
Input |
Profiling configuration. Call aclprofCreateConfig to create data of the aclprofConfig type in advance. |
Returns
0 on success; else, failure. For details, see aclError.
Restrictions
aclprofStart must be used in pair with and be called before aclprofStop.
Parent topic: Profiling Data Collection APIs