#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 |
Definition at line 11 of file StorageAccount.h.
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.