public interface MTLCounterSet
A collection of MTLCounters that the device can capture in a single pass.
| Modifier and Type | Method and Description |
|---|---|
NSArray<?> |
counters()
[@property] counters The set of counters captured by the counter set.
|
java.lang.String |
name()
[@property] name The name of the counter set.
|
NSArray<?> counters()
The counters array contains all the counters that will be written when a counter sample is collected. Counters that do not appear in this array will not be written to the resolved buffer when the samples are resolved, even if they appear in the corresponding resolved counter structure. Instead MTLCounterErrorValue will be written in the resolved buffer.
java.lang.String name()