SimGrid  3.21
Versatile Simulation of Distributed Systems
simgrid::kernel::resource::Resource::Metric Struct Reference

#include <Resource.hpp>

Public Attributes

double peak
 The peak of the metric, ie its max value. More...
 
double scale
 Current availability of the metric according to the traces, in [0,1]. More...
 
TraceEvent * event
 The associated trace event associated to the metric. More...
 

Member Data Documentation

◆ peak

double simgrid::kernel::resource::Resource::Metric::peak

The peak of the metric, ie its max value.

◆ scale

double simgrid::kernel::resource::Resource::Metric::scale

Current availability of the metric according to the traces, in [0,1].

◆ event

TraceEvent* simgrid::kernel::resource::Resource::Metric::event

The associated trace event associated to the metric.


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