Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RNTupleMetrics.hxx File Reference
#include <ROOT/RConfig.hxx>
#include <string_view>
#include <TError.h>
#include <atomic>
#include <chrono>
#include <cstdint>
#include <ctime>
#include <functional>
#include <limits>
#include <memory>
#include <ostream>
#include <string>
#include <type_traits>
#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 >
 A 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
namespace  ROOT::Experimental
 Namespace for ROOT features in testing.
namespace  ROOT::Experimental::Detail

Typedefs

using ROOT::Experimental::Detail::RNTupleAtomicTimer = RNTupleTimer<RNTupleAtomicCounter, RNTupleTickCounter<RNTupleAtomicCounter>>
using ROOT::Experimental::Detail::RNTuplePlainTimer = RNTupleTimer<RNTuplePlainCounter, RNTupleTickCounter<RNTuplePlainCounter>>

Detailed Description

Author
Jakob Blomer jblom.nosp@m.er@c.nosp@m.ern.c.nosp@m.h
Date
2019-08-27
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file RNTupleMetrics.hxx.