class
#include <eckit/runtime/Metrics.h>
Metrics
Public static functions
-
static void set(const std::
string& name, const Value& value, bool overrideOk = false) -
static void set(const std::
string& name, const std:: vector<std:: string>& value, bool overrideOk = false) -
static void set(const std::
string& name, const std:: set<std:: string>& value, bool overrideOk = false) -
static void set(const std::
string& name, const std:: map<std:: string, unsigned long long>& value, bool overrideOk = false) -
static void set(const std::
string& name, bool value, bool overrideOk = false) -
static void set(const std::
string& name, int value, bool overrideOk = false) -
static void set(const std::
string& name, unsigned int value, bool overrideOk = false) -
static void set(const std::
string& name, long value, bool overrideOk = false) -
static void set(const std::
string& name, unsigned long value, bool overrideOk = false) -
static void set(const std::
string& name, long long value, bool overrideOk = false) -
static void set(const std::
string& name, unsigned long long value, bool overrideOk = false) -
static void set(const std::
string& name, double value, bool overrideOk = false) -
static void set(const std::
string& name, const Offset& value, bool overrideOk = false) -
static void set(const std::
string& name, const Length& value, bool overrideOk = false) -
static void timestamp(const std::
string& name, time_t value, bool overrideOk = false) -
static void error(const std::
exception&) - static void send(Stream&)
- static void receive(Stream&)