Documentation ¶ Index ¶ type Collector func (c *Collector) Backend() string func (c *Collector) Device(i int) (*gpu.Device, error) func (c *Collector) DeviceCount() (int, error) func (c *Collector) Init() error func (c *Collector) Shutdown() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Collector ¶ type Collector struct { // contains filtered or unexported fields } func (*Collector) Backend ¶ func (c *Collector) Backend() string func (*Collector) Device ¶ func (c *Collector) Device(i int) (*gpu.Device, error) func (*Collector) DeviceCount ¶ func (c *Collector) DeviceCount() (int, error) func (*Collector) Init ¶ func (c *Collector) Init() error func (*Collector) Shutdown ¶ func (c *Collector) Shutdown() error Source Files ¶ View all Source files collector.goparse.gorunner.go Click to show internal directories. Click to hide internal directories.