msptiActivityDisableMarkerDomain
Applicability
Product |
Supported (Yes/No) |
|---|---|
Atlas A3 Training Series Product |
Yes |
Atlas A2 Training Series Product/Atlas 800I A2 Inference Product |
Yes |
Atlas 200/500 A2 Inference Product |
Yes |
Atlas Inference Series Product |
x |
Atlas Training Series Product |
x |
Function Description
Disables the profiling for a specific domain.
You can call the API for multiple times to enable the profiling for multiple domains. By default, the profiling is enabled for all domains.
Prototype
1 | msptiResult msptiActivityDisableMarkerDomain(const char* name) |
Options
Option |
Input/Output |
Description |
|---|---|---|
name |
Input |
Name of the target domain. |
Return Value
MSPTI_SUCCESS indicates a successful operation, while MSPTI_ERROR_INVALID_PARAMETER indicates a failure caused by an empty name.
Parent topic: Function Type