#include <EventFilter/StorageManager/interface/SMPerformanceMeter.h>
Public Member Functions | |
SMOnlyStats () | |
Public Attributes | |
double | duration2_ |
double | duration_ |
double | instantBandwidth2_ |
double | instantBandwidth_ |
double | instantLatency2_ |
double | instantLatency_ |
double | instantRate2_ |
double | instantRate_ |
double | maxBandwidth2_ |
double | maxBandwidth_ |
double | meanBandwidth2_ |
double | meanBandwidth_ |
double | meanLatency2_ |
double | meanLatency_ |
double | meanRate2_ |
double | meanRate_ |
double | minBandwidth2_ |
double | minBandwidth_ |
unsigned long | period4samples_ |
double | receivedVolume_ |
unsigned long | samples_ |
double | totalSamples2_ |
double | totalSamples_ |
Definition at line 41 of file SMPerformanceMeter.h.
stor::SMOnlyStats::SMOnlyStats | ( | ) |
Definition at line 44 of file SMPerformanceMeter.cc.
00044 : 00045 instantBandwidth_(0.0), 00046 instantRate_(0.0), 00047 instantLatency_(0.0), 00048 totalSamples_(0.0), 00049 duration_(0.0), 00050 meanBandwidth_(0.0), 00051 meanRate_(0.0), 00052 meanLatency_(0.0), 00053 maxBandwidth_(0.0), 00054 minBandwidth_(999999.0), 00055 instantBandwidth2_(0.0), 00056 instantRate2_(0.0), 00057 instantLatency2_(0.0), 00058 totalSamples2_(0.0), 00059 duration2_(0.0), 00060 meanBandwidth2_(0.0), 00061 meanRate2_(0.0), 00062 meanLatency2_(0.0), 00063 maxBandwidth2_(0.0), 00064 minBandwidth2_(999999.0), 00065 receivedVolume_(0.0) 00066 { 00067 }
Definition at line 64 of file SMPerformanceMeter.h.
double stor::SMOnlyStats::duration_ |
Definition at line 52 of file SMPerformanceMeter.h.
Definition at line 60 of file SMPerformanceMeter.h.
Definition at line 48 of file SMPerformanceMeter.h.
Definition at line 62 of file SMPerformanceMeter.h.
Definition at line 50 of file SMPerformanceMeter.h.
Definition at line 61 of file SMPerformanceMeter.h.
Definition at line 49 of file SMPerformanceMeter.h.
Definition at line 68 of file SMPerformanceMeter.h.
Definition at line 56 of file SMPerformanceMeter.h.
Definition at line 65 of file SMPerformanceMeter.h.
Definition at line 53 of file SMPerformanceMeter.h.
Definition at line 67 of file SMPerformanceMeter.h.
Definition at line 55 of file SMPerformanceMeter.h.
Definition at line 66 of file SMPerformanceMeter.h.
double stor::SMOnlyStats::meanRate_ |
Definition at line 54 of file SMPerformanceMeter.h.
Definition at line 69 of file SMPerformanceMeter.h.
Definition at line 57 of file SMPerformanceMeter.h.
unsigned long stor::SMOnlyStats::period4samples_ |
Definition at line 46 of file SMPerformanceMeter.h.
Definition at line 71 of file SMPerformanceMeter.h.
unsigned long stor::SMOnlyStats::samples_ |
Definition at line 45 of file SMPerformanceMeter.h.
Definition at line 63 of file SMPerformanceMeter.h.
Definition at line 51 of file SMPerformanceMeter.h.