Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Struct for controlling output options like histograms. More...
#include <Teuchos_StackedTimer.hpp>
Public Member Functions | |
OutputOptions () | |
Public Attributes | |
bool | output_fraction |
bool | output_total_updates |
bool | output_histogram |
bool | output_minmax |
int | num_histogram |
int | max_levels |
bool | print_warnings |
bool | align_columns |
bool | print_names_before_values |
Struct for controlling output options like histograms.
Definition at line 578 of file Teuchos_StackedTimer.hpp.
|
inline |
Definition at line 579 of file Teuchos_StackedTimer.hpp.
bool Teuchos::StackedTimer::OutputOptions::output_fraction |
Definition at line 582 of file Teuchos_StackedTimer.hpp.
bool Teuchos::StackedTimer::OutputOptions::output_total_updates |
Definition at line 583 of file Teuchos_StackedTimer.hpp.
bool Teuchos::StackedTimer::OutputOptions::output_histogram |
Definition at line 584 of file Teuchos_StackedTimer.hpp.
bool Teuchos::StackedTimer::OutputOptions::output_minmax |
Definition at line 585 of file Teuchos_StackedTimer.hpp.
int Teuchos::StackedTimer::OutputOptions::num_histogram |
Definition at line 586 of file Teuchos_StackedTimer.hpp.
int Teuchos::StackedTimer::OutputOptions::max_levels |
Definition at line 587 of file Teuchos_StackedTimer.hpp.
bool Teuchos::StackedTimer::OutputOptions::print_warnings |
Definition at line 588 of file Teuchos_StackedTimer.hpp.
bool Teuchos::StackedTimer::OutputOptions::align_columns |
Definition at line 589 of file Teuchos_StackedTimer.hpp.
bool Teuchos::StackedTimer::OutputOptions::print_names_before_values |
Definition at line 590 of file Teuchos_StackedTimer.hpp.