

Public Member Functions | |
| def | __init__ |
| def | ResetTimer |
| def | UpdateTime |
| def | GetTime |
| def | __init__ |
| def | ResetTimer |
| def | UpdateTime |
| def | GetTime |
Public Attributes | |
| this | |
Class to track time spent in an object. Marzio Sala, SNL 9214 C++ includes: MLAPI_TimeObject.h
| def PyTrilinos::ML::TimeObject::__init__ | ( | self, | ||
| args | ||||
| ) |
__init__(self) -> TimeObject MLAPI::TimeObject::TimeObject() Constructor, set counter to 0.0.
Reimplemented in PyTrilinos::ML::MultiVector, PyTrilinos::ML::Operator, PyTrilinos::ML::PyMatrix, PyTrilinos::ML::InverseOperator, PyTrilinos::ML::MultiVector, PyTrilinos::ML::Operator, PyTrilinos::ML::PyMatrix, and PyTrilinos::ML::InverseOperator.
| def PyTrilinos::ML::TimeObject::__init__ | ( | self, | ||
| args | ||||
| ) |
__init__(self) -> TimeObject MLAPI::TimeObject::TimeObject() Constructor, set counter to 0.0.
Reimplemented in PyTrilinos::ML::MultiVector, PyTrilinos::ML::Operator, PyTrilinos::ML::PyMatrix, PyTrilinos::ML::InverseOperator, PyTrilinos::ML::MultiVector, PyTrilinos::ML::Operator, PyTrilinos::ML::PyMatrix, and PyTrilinos::ML::InverseOperator.
| def PyTrilinos::ML::TimeObject::GetTime | ( | self, | ||
| args | ||||
| ) |
GetTime(self) -> double double MLAPI::TimeObject::GetTime() const Returns the internally stored counter.
| def PyTrilinos::ML::TimeObject::GetTime | ( | self, | ||
| args | ||||
| ) |
GetTime(self) -> double double MLAPI::TimeObject::GetTime() const Returns the internally stored counter.
| def PyTrilinos::ML::TimeObject::ResetTimer | ( | self, | ||
| args | ||||
| ) |
ResetTimer(self) void MLAPI::TimeObject::ResetTimer() const Resets the internal timer.
| def PyTrilinos::ML::TimeObject::ResetTimer | ( | self, | ||
| args | ||||
| ) |
ResetTimer(self) void MLAPI::TimeObject::ResetTimer() const Resets the internal timer.
| def PyTrilinos::ML::TimeObject::UpdateTime | ( | self, | ||
| args | ||||
| ) |
UpdateTime(self) UpdateTime(self, double t) void MLAPI::TimeObject::UpdateTime(double t) const Updates the internal timer with input value t.
| def PyTrilinos::ML::TimeObject::UpdateTime | ( | self, | ||
| args | ||||
| ) |
UpdateTime(self) UpdateTime(self, double t) void MLAPI::TimeObject::UpdateTime(double t) const Updates the internal timer with input value t.
1.5.9