#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.
|
template<typename T , typename TIMESTAMPS > |
boost::property_tree::ptree | fillNodeWithValue (const DeviceMetricsInfo &deviceMetrics, const T &metricsStorage, const TIMESTAMPS ×tampsStorage, size_t labelIndex, size_t storeIndex) |
|
◆ BOOST_BIND_GLOBAL_PLACEHOLDERS
#define BOOST_BIND_GLOBAL_PLACEHOLDERS |
◆ 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 |
|
) |
| |