|
Equalizer
1.6.1
|
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 |
A statistics sampler for window-related events.
Definition at line 27 of file windowStatistics.h.
| eq::WindowStatistics::WindowStatistics | ( | const Statistic::Type | type, |
| Window * | window | ||
| ) |
Construct a statistics sampler and sample the start time.
|
virtual |
Destruct the sampler, sample the end time and send the event.
1.8.5