STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::winner_tree< Comparator >::stats_type Struct Reference

Detailed Description

template<typename Comparator>
struct stxxl::winner_tree< Comparator >::stats_type

Collection of stats from the winner_tree.

Definition at line 58 of file winner_tree.h.

+ Collaboration diagram for stxxl::winner_tree< Comparator >::stats_type:

Public Attributes

stats_timer double_num_slots_time
 
stats_timer remove_player_time
 
stats_timer replay_time
 

Friends

std::ostream & operator<< (std::ostream &os, const stats_type &o)
 

Friends And Related Function Documentation

template<typename Comparator>
std::ostream& operator<< ( std::ostream &  os,
const stats_type o 
)
friend

Definition at line 64 of file winner_tree.h.

Member Data Documentation

template<typename Comparator>
stats_timer stxxl::winner_tree< Comparator >::stats_type::double_num_slots_time

Definition at line 61 of file winner_tree.h.

template<typename Comparator>
stats_timer stxxl::winner_tree< Comparator >::stats_type::remove_player_time

Definition at line 62 of file winner_tree.h.

template<typename Comparator>
stats_timer stxxl::winner_tree< Comparator >::stats_type::replay_time

Definition at line 60 of file winner_tree.h.


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