MADNESS  0.10.1
Public Member Functions | Public Attributes | List of all members
madness::DQStats Struct Reference

#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...
 

Constructor & Destructor Documentation

◆ DQStats()

madness::DQStats::DQStats ( )
inline

Member Data Documentation

◆ ngrow

uint64_t madness::DQStats::ngrow

#calls to grow

Referenced by madness::DQueue< T >::grow().

◆ nmax

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().

◆ npop_front

uint64_t madness::DQStats::npop_front

#calls to pop_front

Referenced by madness::DQueue< T >::pop_front().

◆ npush_back

uint64_t madness::DQStats::npush_back

#calls to push_back

Referenced by madness::DQueue< T >::push_back_with_lock().

◆ npush_front

uint64_t madness::DQStats::npush_front

#calls to push_front

Referenced by madness::DQueue< T >::push_front_with_lock().


The documentation for this struct was generated from the following file: