#include <ROOT/RConfig.hxx>#include <ROOT/RStringView.hxx>#include <TError.h>#include <atomic>#include <chrono>#include <cstdint>#include <ctime>#include <functional>#include <limits>#include <memory>#include <ostream>#include <string>#include <vector>#include <utility>Classes | |
| class | ROOT::Experimental::Detail::RNTupleAtomicCounter | 
| A thread-safe integral performance counter.  More... | |
| class | ROOT::Experimental::Detail::RNTupleCalcPerf | 
| A metric element that computes its floating point value from other counters.  More... | |
| class | ROOT::Experimental::Detail::RNTupleMetrics | 
| A collection of Counter objects with a name, a unit, and a description.  More... | |
| class | ROOT::Experimental::Detail::RNTuplePerfCounter | 
| A performance counter with a name and a unit, which can be activated on demand.  More... | |
| class | ROOT::Experimental::Detail::RNTuplePlainCounter | 
| A non thread-safe integral performance counter.  More... | |
| class | ROOT::Experimental::Detail::RNTupleTickCounter< BaseCounterT > | 
| An either thread-safe or non thread safe counter for CPU ticks.  More... | |
| class | ROOT::Experimental::Detail::RNTupleTimer< WallTimeT, CpuTimeT > | 
| Record wall time and CPU time between construction and destruction.  More... | |
Namespaces | |
| namespace | ROOT | 
| This file contains a specialised ROOT message handler to test for diagnostic in unit tests.  | |
| namespace | ROOT::Experimental | 
| namespace | ROOT::Experimental::Detail | 
Definition in file RNTupleMetrics.hxx.