Activate
Applicability
Product |
Supported (Yes/No) |
|---|---|
x |
|
√ |
|
x |
|
√ |
|
x |
For
For
Function Description
Activates a Span and starts timing.
Prototype
1 | Span& Activate(uint64_t startTime = 0) |
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
startTime |
Input |
Start time. The value 0 indicates the current time. |
Return Value Description
Returns a reference to the Span class object, which supports chained calls.
Parent topic: Span Class