The Gaudi Framework  v36r9 (fd2bdac3)
GaudiMP.Parallel.Statistics Class Reference
Inheritance diagram for GaudiMP.Parallel.Statistics:
Collaboration diagram for GaudiMP.Parallel.Statistics:

Public Member Functions

def __init__ (self)
 
def stop (self)
 

Public Attributes

 name
 
 start
 
 time
 
 njob
 

Detailed Description

Definition at line 56 of file Parallel.py.

Constructor & Destructor Documentation

◆ __init__()

def GaudiMP.Parallel.Statistics.__init__ (   self)

Definition at line 57 of file Parallel.py.

57  def __init__(self):
58  self.name = os.getenv("HOSTNAME")
59  self.start = time.time()
60  self.time = 0.0
61  self.njob = 0
62 

Member Function Documentation

◆ stop()

def GaudiMP.Parallel.Statistics.stop (   self)

Definition at line 63 of file Parallel.py.

63  def stop(self):
64  self.time = time.time() - self.start
65 
66 

Member Data Documentation

◆ name

GaudiMP.Parallel.Statistics.name

Definition at line 58 of file Parallel.py.

◆ njob

GaudiMP.Parallel.Statistics.njob

Definition at line 61 of file Parallel.py.

◆ start

GaudiMP.Parallel.Statistics.start

Definition at line 59 of file Parallel.py.

◆ time

GaudiMP.Parallel.Statistics.time

Definition at line 60 of file Parallel.py.


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