Kanzi  3.9.6
Kanzi Engine API
kanzi::ResourceProfilingLoadContext::Sampler Class Reference

The context sampler. More...

#include <kanzi/core.ui/resource/resource_profiling_load_context.hpp>

Inheritance diagram for kanzi::ResourceProfilingLoadContext::Sampler:
[legend]

Public Member Functions

 Sampler (ResourceProfilingContextFactory &factory, ResourceProfilingDataSampleSharedPtr profiledResource)
 Constructor. More...
 
- Public Member Functions inherited from kanzi::ResourceProfilingContextFactory::AbstractSampler
 AbstractSampler (ResourceProfilingContextFactory &factory)
 The constructor. More...
 
ResourceProfilingContextSharedPtr getContext ()
 Gets the resource profiling context created by this sampler. More...
 
virtual ~AbstractSampler ()
 Destructor. More...
 

Protected Member Functions

ResourceProfilingContextSharedPtr createContextOverride (TimeStamp entryTimeStamp) override
 Creates a new resource profiling context. More...
 

Detailed Description

The context sampler.

Constructor & Destructor Documentation

◆ Sampler()

kanzi::ResourceProfilingLoadContext::Sampler::Sampler ( ResourceProfilingContextFactory factory,
ResourceProfilingDataSampleSharedPtr  profiledResource 
)
explicit

Constructor.

Parameters
factoryThe sampler factory.
profiledResourceThe profiled resource related to this context.

Member Function Documentation

◆ createContextOverride()

ResourceProfilingContextSharedPtr kanzi::ResourceProfilingLoadContext::Sampler::createContextOverride ( TimeStamp  entryTimeStamp)
overrideprotectedvirtual

Creates a new resource profiling context.

Parameters
entryTimeStampThe timestamp evaluated at entry to the scope of the resource profiling context.

Implements kanzi::ResourceProfilingContextFactory::AbstractSampler.


The documentation for this class was generated from the following file: