mstxDomainRangeEnd
| Product | Supported |
|---|---|
| Ascend 910_95 AI Processors | √ |
| Atlas A3 training products/Atlas A3 inference products | √ |
| Atlas A2 training products/Atlas A2 inference products | √ |
| Atlas 200I/500 A2 inference products | √ |
| Atlas inference products | √ |
| Atlas training products | √ |
Marks the end of a timestamp event within the specified domain.
If the passed domain has been destroyed, a warning is printed in the log, and the API no longer executes the instrumentation process.
void mstxDomainRangeEnd(mstxDomainHandle_t domain, mstxRangeId id)
Table 1 Parameter description
| Parameter | Input/Output | Description |
|---|---|---|
| domain | Input | Specified domain handle. |
| id | Input | ID returned by the mstxDomainRangeStartA API. |
None