#include <kanzi/core/core_api.hpp>
#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 |
AbstractProfiler. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
typedef ProfilerRegistry< AbstractProfiler > | kanzi::AbstractProfilerRegistry |
AbstractProfilerRegistry declaration. More... | |
typedef shared_ptr< AbstractProfiler > | kanzi::AbstractProfilerSharedPtr |
The shared pointer to the abstract profiler source. More... | |