Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Teuchos_StackedTimer.hpp>
Public Member Functions | |
TimeInfo () | |
TimeInfo (BaseTimer *t) | |
Public Attributes | |
double | time |
double | stdDev |
unsigned long | count |
unsigned long long | updates |
bool | running |
Definition at line 176 of file Teuchos_StackedTimer.hpp.
|
inline |
Definition at line 177 of file Teuchos_StackedTimer.hpp.
|
inline |
Definition at line 178 of file Teuchos_StackedTimer.hpp.
double Teuchos::BaseTimer::TimeInfo::time |
Definition at line 179 of file Teuchos_StackedTimer.hpp.
double Teuchos::BaseTimer::TimeInfo::stdDev |
Definition at line 180 of file Teuchos_StackedTimer.hpp.
unsigned long Teuchos::BaseTimer::TimeInfo::count |
Definition at line 181 of file Teuchos_StackedTimer.hpp.
unsigned long long Teuchos::BaseTimer::TimeInfo::updates |
Definition at line 182 of file Teuchos_StackedTimer.hpp.
bool Teuchos::BaseTimer::TimeInfo::running |
Definition at line 183 of file Teuchos_StackedTimer.hpp.