aclprofInit
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Initializes Profiling and sets the path for saving profile data files.
Prototype
aclError aclprofInit(const char *profilerResultPath, size_t length)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
profilerResultPath |
Input |
An absolute or relative path for saving profile data files. |
length |
Input |
Length of the profilerResultPath, in bytes. The maximum length is 4096 bytes. |
Returns
0 on success; else, failure. For details, see aclError.
Restrictions
aclprofInit must be used in pair with and be called before aclprofFinalize.
Parent topic: Profiling Data Collection APIs