Project
Loading...
Searching...
No Matches
o2::framework::ResourceSpec Struct Reference

Public Attributes

char const * name
 
char const * unit
 
char const * api
 
int64_t maxAvailable
 The callback to give resources to a device.
 
int64_t maxQuantum
 Maximum available quantity for a resource.
 
int64_t minQuantum
 Largest offer which can be given.
 
int64_t metricOfferScaleFactor
 Smallest offer which can be given.
 

Detailed Description

Definition at line 119 of file ArrowSupport.cxx.

Member Data Documentation

◆ api

char const* o2::framework::ResourceSpec::api

Definition at line 122 of file ArrowSupport.cxx.

◆ maxAvailable

int64_t o2::framework::ResourceSpec::maxAvailable

The callback to give resources to a device.

Definition at line 123 of file ArrowSupport.cxx.

◆ maxQuantum

int64_t o2::framework::ResourceSpec::maxQuantum

Maximum available quantity for a resource.

Definition at line 124 of file ArrowSupport.cxx.

◆ metricOfferScaleFactor

int64_t o2::framework::ResourceSpec::metricOfferScaleFactor

Smallest offer which can be given.

Definition at line 126 of file ArrowSupport.cxx.

◆ minQuantum

int64_t o2::framework::ResourceSpec::minQuantum

Largest offer which can be given.

Definition at line 125 of file ArrowSupport.cxx.

◆ name

char const* o2::framework::ResourceSpec::name

Definition at line 120 of file ArrowSupport.cxx.

◆ unit

char const* o2::framework::ResourceSpec::unit

Definition at line 121 of file ArrowSupport.cxx.


The documentation for this struct was generated from the following file: