#include <kanzi/core/profiling/abstract_value_profiler.hpp>
#include <kanzi/core/profiling/profiler_registry.hpp>
#include <kanzi/core/time/clock.hpp>
Classes | |
class | kanzi::NamedIntervalProfiler |
The named interval profiler. More... | |
struct | kanzi::NamedIntervalProfilerSampleData |
The named interval profiler data sample. More... | |
class | kanzi::NamedIntervalProfilerSampler |
This sampler collects interval measurement to produce NamedIntervalProfilerSampleData sample. More... | |
struct | kanzi::NamedIntervalProfilerSampleStatistics |
Named Interval profiler sample statistics. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
using | kanzi::NamedIntervalProfilerSharedPtr = shared_ptr< NamedIntervalProfiler > |
The shared pointer to the interval profiler. More... | |
using | kanzi::NamedIntervalProfilerRegistry = ProfilerRegistry< NamedIntervalProfiler > |
The interval profiler registry type. More... | |