Equalizer  1.9.0
Parallel Rendering Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
eq::WindowStatistics Class Reference

A statistics sampler for window-related events. More...

#include <windowStatistics.h>

+ Inheritance diagram for eq::WindowStatistics:
+ Collaboration diagram for eq::WindowStatistics:

Public Member Functions

 WindowStatistics (const Statistic::Type type, Window *window)
 Construct a statistics sampler and sample the start time. More...
 
virtual ~WindowStatistics ()
 Destruct the sampler, sample the end time and send the event. More...
 
- Public Member Functions inherited from eq::StatisticSampler< Window >
 StatisticSampler (const Statistic::Type type, Window *owner, const uint32_t frameNumber=LB_UNDEFINED_UINT32)
 Construct a new statistics sampler. More...
 
virtual ~StatisticSampler ()
 Destruct and finish statistics sampling. More...
 

Additional Inherited Members

- Public Attributes inherited from eq::StatisticSampler< Window >
ConfigEvent event
 The statistics event.
 
- Protected Attributes inherited from eq::StatisticSampler< Window >
Window *const _owner
 

Detailed Description

A statistics sampler for window-related events.

Definition at line 27 of file windowStatistics.h.

Constructor & Destructor Documentation

eq::WindowStatistics::WindowStatistics ( const Statistic::Type  type,
Window window 
)

Construct a statistics sampler and sample the start time.

Version
1.0
virtual eq::WindowStatistics::~WindowStatistics ( )
virtual

Destruct the sampler, sample the end time and send the event.

Version
1.0

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