Function: set_stamp_trace_message
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Sets string description in an msproftx event stamp, which is parsed and exported in the msprof_tx summary data of the Profiling tool.
Prototype
- C Prototype
1aclError aclprofSetStampTraceMessage(void *stamp, const char *msg, uint32_t msgLen)
- Python Function
1ret = acl.prof.set_stamp_trace_message(stamp, msg, msg_len)
Parameter Description
|
Parameter |
Description |
|---|---|
|
stamp |
Int, stamp pointer address, indicating the msproftx event stamp. Specifies the pointer address of the Function: create_stamp API. |
|
msg |
Int, string content address. |
|
msg_len |
Int, length of a string. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Restrictions
This API must be called between Function: create_stamp and Function: destroy_stamp.