Logo ROOT  
Reference Guide
ROOT::Experimental::Detail::RNTuplePerfCounter Class Referenceabstract

A performance counter with a name and a unit, which can be activated on demand.

Derived classes decide on the counter type and implement printing of the value.

Definition at line 46 of file RNTupleMetrics.hxx.

Public Member Functions

 RNTuplePerfCounter (const std::string &name, const std::string &unit, const std::string &desc)
 
virtual ~RNTuplePerfCounter ()
 
void Enable ()
 
std::string GetDescription () const
 
std::string GetName () const
 
std::string GetUnit () const
 
bool IsEnabled () const
 
std::string ToString () const
 
virtual std::string ValueToString () const =0
 

Private Attributes

std::string fDescription
 
bool fIsEnabled = false
 
std::string fName
 
std::string fUnit
 

Static Private Attributes

static constexpr char kFieldSeperator = '|'
 Symbol to split name, unit, description, and value when printing. More...
 

#include <ROOT/RNTupleMetrics.hxx>

Inheritance diagram for ROOT::Experimental::Detail::RNTuplePerfCounter:
[legend]

Constructor & Destructor Documentation

◆ RNTuplePerfCounter()

ROOT::Experimental::Detail::RNTuplePerfCounter::RNTuplePerfCounter ( const std::string &  name,
const std::string &  unit,
const std::string &  desc 
)
inline

Definition at line 57 of file RNTupleMetrics.hxx.

◆ ~RNTuplePerfCounter()

ROOT::Experimental::Detail::RNTuplePerfCounter::~RNTuplePerfCounter ( )
virtual

Definition at line 20 of file RNTupleMetrics.cxx.

Member Function Documentation

◆ Enable()

void ROOT::Experimental::Detail::RNTuplePerfCounter::Enable ( )
inline

Definition at line 60 of file RNTupleMetrics.hxx.

◆ GetDescription()

std::string ROOT::Experimental::Detail::RNTuplePerfCounter::GetDescription ( ) const
inline

Definition at line 63 of file RNTupleMetrics.hxx.

◆ GetName()

std::string ROOT::Experimental::Detail::RNTuplePerfCounter::GetName ( ) const
inline

Definition at line 62 of file RNTupleMetrics.hxx.

◆ GetUnit()

std::string ROOT::Experimental::Detail::RNTuplePerfCounter::GetUnit ( ) const
inline

Definition at line 64 of file RNTupleMetrics.hxx.

◆ IsEnabled()

bool ROOT::Experimental::Detail::RNTuplePerfCounter::IsEnabled ( ) const
inline

Definition at line 61 of file RNTupleMetrics.hxx.

◆ ToString()

std::string ROOT::Experimental::Detail::RNTuplePerfCounter::ToString ( ) const

Definition at line 24 of file RNTupleMetrics.cxx.

◆ ValueToString()

virtual std::string ROOT::Experimental::Detail::RNTuplePerfCounter::ValueToString ( ) const
pure virtual

Member Data Documentation

◆ fDescription

std::string ROOT::Experimental::Detail::RNTuplePerfCounter::fDescription
private

Definition at line 53 of file RNTupleMetrics.hxx.

◆ fIsEnabled

bool ROOT::Experimental::Detail::RNTuplePerfCounter::fIsEnabled = false
private

Definition at line 54 of file RNTupleMetrics.hxx.

◆ fName

std::string ROOT::Experimental::Detail::RNTuplePerfCounter::fName
private

Definition at line 51 of file RNTupleMetrics.hxx.

◆ fUnit

std::string ROOT::Experimental::Detail::RNTuplePerfCounter::fUnit
private

Definition at line 52 of file RNTupleMetrics.hxx.

◆ kFieldSeperator

constexpr char ROOT::Experimental::Detail::RNTuplePerfCounter::kFieldSeperator = '|'
staticconstexprprivate

Symbol to split name, unit, description, and value when printing.

Definition at line 49 of file RNTupleMetrics.hxx.

Libraries for ROOT::Experimental::Detail::RNTuplePerfCounter:
[legend]

The documentation for this class was generated from the following files: