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

#include <dqueue.h>

Public Member Functions

 DQStats ()
 

Public Attributes

uint64_t npush_back
 #calls to push_back More...
 
uint64_t npush_front
 #calls to push_front More...
 
uint64_t npop_front
 #calls to pop_front More...
 
uint64_t ngrow
 #calls to grow More...
 
uint64_t nmax
 Lifetime max. entries in the queue. More...
 

Constructor & Destructor Documentation

madness::DQStats::DQStats ( )
inline

Member Data Documentation

uint64_t madness::DQStats::ngrow

#calls to grow

uint64_t madness::DQStats::nmax

Lifetime max. entries in the queue.

Referenced by madness::print_stats(), and madness::DQueue< madness::PoolTaskInterface * >::push_front().

uint64_t madness::DQStats::npop_front
uint64_t madness::DQStats::npush_back

#calls to push_back

Referenced by madness::print_stats().

uint64_t madness::DQStats::npush_front

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