GpaEnableCounter
Syntax
Description
Enables the specified counter. Subsequent sampling sessions will provide values for any enabled counters. Initially all counters are disabled, and must explicitly be enabled.
Parameters
Name |
Description |
---|---|
|
Unique identifier of a previously-created session. |
|
The index of the counter to enable. Must lie between 0 and (GpaGetNumCounters result – 1). |
Return value
Return value |
Description |
---|---|
kGpaStatusOk |
The counter was successfully enabled. |
kGpaStatusErrorNullPointer |
The supplied |
kGpaStatusErrorSessionNotFound |
The supplied |
kGpaStatusErrorCannotChangeCountersWhenSampling |
The set of enabled counters cannot be changed after GpaBeginSession is called. |
kGpaStatusErrorIndexOutOfRange |
The specified index is out of range. |
kGpaStatusErrorAlreadyEnabled |
The specified counter was already enabled. |
kGpaStatusErrorIncompatibleSampleTypes |
The supplied session was not created with a GPA_Session_Sample_Type value that supports counter collection. |
kGpaStatusErrorFailed |
An error occurred while trying to enable the counter. |
kGpaStatusErrorException |
Exception occurred. |