Profiler registry.
More...
#include <kanzi/core/profiling/profiler_registry.hpp>
template<typename TProfiler>
class kanzi::ProfilerRegistry< TProfiler >
Profiler registry.
Use the profiler registry to store profilers. To get begin/end iterators to the profiler container, use beginProfilers()/endProfilers().
template<typename TProfiler>
The profiler shared point type.
template<typename TProfiler>
The profiler container type.
template<typename TProfiler>
Adds a new profiler to the registry.
- Parameters
-
template<typename TProfiler>
Removes a profiler from the registry.
- Parameters
-
template<typename TProfiler>
Gets iterator to the begging of the profiler container.
- Returns
- The iterator to the begging of the profiler container.
template<typename TProfiler>
Gets iterator to the end of the profiler container.
- Returns
- The iterator to the end of the profiler container.
template<typename TProfiler>
The registered profilers.
The documentation for this class was generated from the following file: