#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 <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 |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Experimental |
namespace | ROOT::Experimental::Detail |
Definition in file RNTupleMetrics.hxx.