#include <kanzi/core/cpp/circular_buffer.hpp>
#include <kanzi/core/cpp/memory.hpp>
#include <kanzi/core/cpp/string.hpp>
#include <kanzi/core/cpp/string_view.hpp>
#include <kanzi/core/cpp/variant.hpp>
#include <kanzi/core/cpp/vector.hpp>
#include <kanzi/core/profiling/profiling_category.hpp>
#include <kanzi/core/profiling/profiler_registry.hpp>
#include <kanzi/core/string/immutable_string.hpp>
Classes | |
class | kanzi::AbstractProfiler |
Derive from the AbstractProfiler to implement your own profiler. More... | |
Namespaces | |
kanzi | |
Typedefs | |
typedef shared_ptr< AbstractProfiler > | kanzi::AbstractProfilerSharedPtr |
typedef ProfilerRegistry< AbstractProfiler > | kanzi::AbstractProfilerRegistry |
AbstractProfilerRegistry declaration. More... | |