Function: create_stamp
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Creates a msproftx event stamp. When Function: mark, Function: set_stamp_trace_message, Function: push, or Function: range_start is called, the pointer address that describes the event is used as the input to record the time span of the event.
This API must be used in pair with Function: destroy_stamp and after Function: start.
Prototype
- C Prototype
1void *aclprofCreateStamp(void)
- Python Function
1stamp = acl.prof.create_stamp()
Parameter Description
|
Parameter |
Description |
|---|---|
|
stamp |
Int, pointer address.
|