| 
    Teuchos Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
#include "Teuchos_ConfigDefs.hpp"#include "Teuchos_Comm.hpp"#include "Teuchos_DefaultComm.hpp"#include "Teuchos_CommHelpers.hpp"#include "Teuchos_RCP.hpp"#include "Teuchos_Array.hpp"#include "Teuchos_PerformanceMonitorBase.hpp"#include <string>#include <vector>#include <cassert>#include <chrono>#include <climits>

Go to the source code of this file.
Classes | |
| class | Teuchos::BaseTimer | 
| the basic timer used elsewhere, uses MPI_Wtime for time  More... | |
| struct | Teuchos::BaseTimer::TimeInfo | 
| class | Teuchos::StackedTimer | 
| This class allows one to push and pop timers on and off a stack.  More... | |
| class | Teuchos::StackedTimer::LevelTimer | 
| Timer info at a given level and all the children.  More... | |
| struct | Teuchos::StackedTimer::OutputOptions | 
| Struct for controlling output options like histograms.  More... | |
| struct | Teuchos::StackedTimer::AlignmentWidths | 
| Stores the column widths for output alignment.  More... | |
Namespaces | |
| Teuchos | |
Functions | |
| void | Teuchos::error_out (const std::string &msg, const bool fail_all=false) | 
| Error reporting function for stacked timer.  More... | |
 1.8.5