#include <kanzi/core.ui/resource/resource_profiling_categories.hpp>
#include <kanzi/core.ui/resource/resource_profiling_context.hpp>
Classes | |
class | kanzi::ResourceProfilingContextFactory |
Resource profiling context factory. More... | |
class | kanzi::ResourceProfilingContextFactory::AbstractSampler |
Abstract resource profiling context sampler. More... | |
Namespaces | |
kanzi | |
Macros | |
#define | KZ_DETAIL_RESOURCE_PROFILING_CONTEXT_SAMPLER(className, localVariable, constructorArguments) |
Do not use this macro. More... | |
#define | kzResourceProfilingContextSampler(className, localVariable, constructorArguments) |
Creates a new resource profiling context sampler. More... | |
Typedefs | |
typedef unique_ptr< ResourceProfilingContextFactory > | kanzi::ResourceProfilingContextFactoryUniquePtr |
The resource profiling context factory unique pointer type. More... | |
#define KZ_DETAIL_RESOURCE_PROFILING_CONTEXT_SAMPLER | ( | className, | |
localVariable, | |||
constructorArguments | |||
) |
Do not use this macro.
To create a new resource profiling context sampler use kzResourceProfilingContextSampler().
className | The class name of the context sampler. |
localVariable | The name of the local variable which holds the object of the sampler class. |
constructorArguments | The arguments which you must pass to the constructor of the sampler. Enclose the arguments in parentheses. |