MADNESS
0.10.1
|
#include <dqueue.h>
Public Member Functions | |
DQStats () | |
Public Attributes | |
uint64_t | ngrow |
#calls to grow More... | |
uint64_t | nmax |
Lifetime max. entries in the queue. More... | |
uint64_t | npop_front |
#calls to pop_front More... | |
uint64_t | npush_back |
#calls to push_back More... | |
uint64_t | npush_front |
#calls to push_front More... | |
|
inline |
uint64_t madness::DQStats::ngrow |
#calls to grow
Referenced by madness::DQueue< T >::grow().
uint64_t madness::DQStats::nmax |
Lifetime max. entries in the queue.
Referenced by madness::DQueue< T >::push_back_with_lock(), and madness::DQueue< T >::push_front_with_lock().
uint64_t madness::DQStats::npop_front |
#calls to pop_front
Referenced by madness::DQueue< T >::pop_front().
uint64_t madness::DQStats::npush_back |
#calls to push_back
Referenced by madness::DQueue< T >::push_back_with_lock().
uint64_t madness::DQStats::npush_front |
#calls to push_front
Referenced by madness::DQueue< T >::push_front_with_lock().