aclgrphProfFinalize
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
x |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/ge_prof.h>
- Library file: libmsprofiler.so
Function Usage
Finalizes Profiling.
Prototype
1 | Status aclgrphProfFinalize() |
Parameters
None
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
Status |
SUCCESS: success. Other values: failure. |
Restrictions
aclgrphProfFinalize must be used in pair with aclgrphProfInit and needs to be called only once. In addition, aclgrphProfFinalize must be called after aclgrphProfInit.
Parent topic: aclgrph APIs