system.ncounters {pbdPAPI} | R Documentation |
Number of counters available on the system.
system.ncounters()
This function returns the number of counters available on the system. A return value of zero indicates that your system does not support profiling by hardware event counters.
The number of counters available on the system.
## Not run: library(pbdPAPI) system.ncounters() ## End(Not run)