GpaDisableAllCounters
Syntax
Description
Disables all counters. Subsequent sampling sessions will not provide values for any disabled counters. Initially all counters are disabled, and must explicitly be enabled.
Parameters
Name |
Description |
---|---|
|
Unique identifier of a previously-created session. |
Return value
Return value |
Description |
---|---|
kGpaStatusOk |
All counters were successfully disabled. |
kGpaStatusErrorNullPointer |
The supplied |
kGpaStatusErrorSessionNotFound |
The supplied |
kGpaStatusErrorCannotChangeCountersWhenSampling |
The set of enabled counters cannot be changed after GpaBeginSession is called. |
kGpaStatusErrorContextNotOpen |
The supplied session’s parent context is not currently open. |
kGpaStatusErrorFailed |
An error occurred while trying to disable all counters. |
kGpaStatusErrorException |
Exception occurred. |