KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Member Functions | Public Attributes | List of all members
utilities.custom_timer.Timer Class Reference
Collaboration diagram for utilities.custom_timer.Timer:

Public Member Functions

def __init__ (self)
 
def StartTimer (self)
 
def GetLapTime (self)
 
def StartNewLap (self)
 
def GetTotalTime (self)
 
def GetTimeStamp (self)
 

Public Attributes

 Precision
 
 StartGlobalTime
 
 StartLapTime
 
 LapTime
 

Constructor & Destructor Documentation

◆ __init__()

def utilities.custom_timer.Timer.__init__ (   self)

Member Function Documentation

◆ GetLapTime()

def utilities.custom_timer.Timer.GetLapTime (   self)

◆ GetTimeStamp()

def utilities.custom_timer.Timer.GetTimeStamp (   self)

◆ GetTotalTime()

def utilities.custom_timer.Timer.GetTotalTime (   self)

◆ StartNewLap()

def utilities.custom_timer.Timer.StartNewLap (   self)

◆ StartTimer()

def utilities.custom_timer.Timer.StartTimer (   self)

Member Data Documentation

◆ LapTime

utilities.custom_timer.Timer.LapTime

◆ Precision

utilities.custom_timer.Timer.Precision

◆ StartGlobalTime

utilities.custom_timer.Timer.StartGlobalTime

◆ StartLapTime

utilities.custom_timer.Timer.StartLapTime

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