CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Attributes
StorageAccount::Counter Struct Reference

#include <StorageAccount.h>

Public Attributes

double amount
 
double amount_square
 
uint64_t attempts
 
uint64_t successes
 
double timeMax
 
double timeMin
 
double timeTotal
 
int64_t vector_count
 
int64_t vector_square
 

Detailed Description

Definition at line 11 of file StorageAccount.h.

Member Data Documentation

double StorageAccount::Counter::amount

Definition at line 14 of file StorageAccount.h.

double StorageAccount::Counter::amount_square

Definition at line 15 of file StorageAccount.h.

uint64_t StorageAccount::Counter::attempts

Definition at line 12 of file StorageAccount.h.

Referenced by StorageAccount::Stamp::Stamp().

uint64_t StorageAccount::Counter::successes

Definition at line 13 of file StorageAccount.h.

double StorageAccount::Counter::timeMax

Definition at line 20 of file StorageAccount.h.

double StorageAccount::Counter::timeMin

Definition at line 19 of file StorageAccount.h.

double StorageAccount::Counter::timeTotal

Definition at line 18 of file StorageAccount.h.

int64_t StorageAccount::Counter::vector_count

Definition at line 16 of file StorageAccount.h.

int64_t StorageAccount::Counter::vector_square

Definition at line 17 of file StorageAccount.h.