Function: init
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Initializes profiling and sets the path for saving profile data files.
Prototype
- C Prototype
1aclError aclprofInit(const char *profilerResultPath, size_t length)
- Python Function
1ret = acl.prof.init(profiler_result_path)
Parameter Description
|
Parameter |
Description |
|---|---|
|
profiler_result_path |
Str, an absolute path for saving profile data files. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Parent topic: Data Profiling APIs