system.ncounters {pbdPAPI}R Documentation

Num.Counters

Description

Number of counters available on the system.

Usage

system.ncounters()

Details

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.

Value

The number of counters available on the system.

Examples

## Not run: 
library(pbdPAPI)

system.ncounters()

## End(Not run)


[Package pbdPAPI version 0.3-2 Index]