Project
Loading...
Searching...
No Matches
ResourcesMonitoringHelper.cxx File Reference
#include "ResourcesMonitoringHelper.h"
#include "Framework/DeviceMetricsInfo.h"
#include <boost/property_tree/json_parser.hpp>
#include <fstream>
#include <string_view>
#include <algorithm>
#include <cassert>
#include <regex>

Go to the source code of this file.

Macros

#define BOOST_BIND_GLOBAL_PLACEHOLDERS
 

Functions

template<typename T , typename TIMESTAMPS >
boost::property_tree::ptree fillNodeWithValue (const DeviceMetricsInfo &deviceMetrics, const T &metricsStorage, const TIMESTAMPS &timestampsStorage, size_t labelIndex, size_t storeIndex)
 

Macro Definition Documentation

◆ BOOST_BIND_GLOBAL_PLACEHOLDERS

#define BOOST_BIND_GLOBAL_PLACEHOLDERS

Definition at line 14 of file ResourcesMonitoringHelper.cxx.

Function Documentation

◆ fillNodeWithValue()

template<typename T , typename TIMESTAMPS >
boost::property_tree::ptree fillNodeWithValue ( const DeviceMetricsInfo deviceMetrics,
const T &  metricsStorage,
const TIMESTAMPS &  timestampsStorage,
size_t  labelIndex,
size_t  storeIndex 
)

Definition at line 36 of file ResourcesMonitoringHelper.cxx.