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 111 of file ArrowSupport.cxx.

Member Data Documentation

◆ api

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

Definition at line 114 of file ArrowSupport.cxx.

◆ maxAvailable

int64_t o2::framework::ResourceSpec::maxAvailable

The callback to give resources to a device.

Definition at line 115 of file ArrowSupport.cxx.

◆ maxQuantum

int64_t o2::framework::ResourceSpec::maxQuantum

Maximum available quantity for a resource.

Definition at line 116 of file ArrowSupport.cxx.

◆ metricOfferScaleFactor

int64_t o2::framework::ResourceSpec::metricOfferScaleFactor

Smallest offer which can be given.

Definition at line 118 of file ArrowSupport.cxx.

◆ minQuantum

int64_t o2::framework::ResourceSpec::minQuantum

Largest offer which can be given.

Definition at line 117 of file ArrowSupport.cxx.

◆ name

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

Definition at line 112 of file ArrowSupport.cxx.

◆ unit

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

Definition at line 113 of file ArrowSupport.cxx.


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