Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Stores the column widths for output alignment. More...
#include <Teuchos_StackedTimer.hpp>
Public Member Functions | |
AlignmentWidths () | |
Public Attributes | |
std::string::size_type | timer_names_ |
std::string::size_type | average_time_ |
std::string::size_type | fraction_ |
std::string::size_type | count_ |
std::string::size_type | total_updates_ |
std::string::size_type | min_ |
std::string::size_type | max_ |
std::string::size_type | procmin_ |
std::string::size_type | procmax_ |
std::string::size_type | stddev_ |
std::string::size_type | histogram_ |
Stores the column widths for output alignment.
Definition at line 764 of file Teuchos_StackedTimer.hpp.
|
inline |
Definition at line 776 of file Teuchos_StackedTimer.hpp.
std::string::size_type Teuchos::StackedTimer::AlignmentWidths::timer_names_ |
Definition at line 765 of file Teuchos_StackedTimer.hpp.
std::string::size_type Teuchos::StackedTimer::AlignmentWidths::average_time_ |
Definition at line 766 of file Teuchos_StackedTimer.hpp.
std::string::size_type Teuchos::StackedTimer::AlignmentWidths::fraction_ |
Definition at line 767 of file Teuchos_StackedTimer.hpp.
std::string::size_type Teuchos::StackedTimer::AlignmentWidths::count_ |
Definition at line 768 of file Teuchos_StackedTimer.hpp.
std::string::size_type Teuchos::StackedTimer::AlignmentWidths::total_updates_ |
Definition at line 769 of file Teuchos_StackedTimer.hpp.
std::string::size_type Teuchos::StackedTimer::AlignmentWidths::min_ |
Definition at line 770 of file Teuchos_StackedTimer.hpp.
std::string::size_type Teuchos::StackedTimer::AlignmentWidths::max_ |
Definition at line 771 of file Teuchos_StackedTimer.hpp.
std::string::size_type Teuchos::StackedTimer::AlignmentWidths::procmin_ |
Definition at line 772 of file Teuchos_StackedTimer.hpp.
std::string::size_type Teuchos::StackedTimer::AlignmentWidths::procmax_ |
Definition at line 773 of file Teuchos_StackedTimer.hpp.
std::string::size_type Teuchos::StackedTimer::AlignmentWidths::stddev_ |
Definition at line 774 of file Teuchos_StackedTimer.hpp.
std::string::size_type Teuchos::StackedTimer::AlignmentWidths::histogram_ |
Definition at line 775 of file Teuchos_StackedTimer.hpp.