Module Tezos_oxymeter
Main module for the Tezos_oxymeter. It exposes the different modules and wrap the behaviour for the energy consumption observation.
module Report : sig ... endUtility used by the entire library to represent a report. Once it's created, it can't be ereased.
module Observer : sig ... endThis module provides modules and functions to represent the interactions with the outside world.
module Metrics : sig ... endThis module defines a mechanism to gather information from observer during an observation process.
module Args : sig ... endThis module provides variables usable as arguments for the
Argmodule.