Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Teuchos::BaseTimer::TimeInfo Struct Reference

#include <Teuchos_StackedTimer.hpp>

Public Member Functions

 TimeInfo ()
 
 TimeInfo (BaseTimer *t)
 

Public Attributes

double time
 
unsigned long count
 
unsigned long long updates
 
bool running
 

Detailed Description

Definition at line 185 of file Teuchos_StackedTimer.hpp.

Constructor & Destructor Documentation

Teuchos::BaseTimer::TimeInfo::TimeInfo ( )
inline

Definition at line 186 of file Teuchos_StackedTimer.hpp.

Teuchos::BaseTimer::TimeInfo::TimeInfo ( BaseTimer t)
inline

Definition at line 187 of file Teuchos_StackedTimer.hpp.

Member Data Documentation

double Teuchos::BaseTimer::TimeInfo::time

Definition at line 188 of file Teuchos_StackedTimer.hpp.

unsigned long Teuchos::BaseTimer::TimeInfo::count

Definition at line 189 of file Teuchos_StackedTimer.hpp.

unsigned long long Teuchos::BaseTimer::TimeInfo::updates

Definition at line 190 of file Teuchos_StackedTimer.hpp.

bool Teuchos::BaseTimer::TimeInfo::running

Definition at line 191 of file Teuchos_StackedTimer.hpp.


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