Equalizer 1.0

eq::StatisticSampler< Owner > Class Template Reference

Utility to sample an statistics event. More...

#include <statisticSampler.h>

Collaboration diagram for eq::StatisticSampler< Owner >:

List of all members.

Public Member Functions

 StatisticSampler (const Statistic::Type type, Owner *owner, const uint32_t frameNumber)
 Construct a new statistics sampler.
virtual ~StatisticSampler ()
 Destruct and finish statistics sampling.

Public Attributes

ConfigEvent event
 The statistics event.

Protected Attributes

Owner *const _owner

Detailed Description

template<typename Owner>
class eq::StatisticSampler< Owner >

Utility to sample an statistics event.

Holds a ConfigEvent, which is initialized from the owner's data during initialization. Subclasses implement the constructor and destructor to sample the times and process the gathered statistics.

Definition at line 32 of file statisticSampler.h.


Constructor & Destructor Documentation

template<typename Owner>
eq::StatisticSampler< Owner >::StatisticSampler ( const Statistic::Type  type,
Owner *  owner,
const uint32_t  frameNumber 
) [inline]

Construct a new statistics sampler.

Parameters:
typeThe statistics type.
ownerThe originator of the statistics event.
frameNumberThe current frame.
Version:
1.0

Definition at line 43 of file statisticSampler.h.

template<typename Owner>
virtual eq::StatisticSampler< Owner >::~StatisticSampler ( ) [inline, virtual]

Destruct and finish statistics sampling.

Version:
1.0

Definition at line 61 of file statisticSampler.h.


The documentation for this class was generated from the following file:
Generated on Sun May 8 2011 19:11:10 for Equalizer 1.0 by  doxygen 1.7.3