Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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

◆ TimeInfo() [1/2]

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

Definition at line 186 of file Teuchos_StackedTimer.hpp.

◆ TimeInfo() [2/2]

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

Definition at line 187 of file Teuchos_StackedTimer.hpp.

Member Data Documentation

◆ time

double Teuchos::BaseTimer::TimeInfo::time

Definition at line 188 of file Teuchos_StackedTimer.hpp.

◆ count

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

Definition at line 189 of file Teuchos_StackedTimer.hpp.

◆ updates

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

Definition at line 190 of file Teuchos_StackedTimer.hpp.

◆ running

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: