The Gaudi Framework  v39r3 (979e3109)
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 55 of file Parallel.py.

Constructor & Destructor Documentation

◆ __init__()

def GaudiMP.Parallel.Statistics.__init__ (   self)

Definition at line 56 of file Parallel.py.

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

Member Function Documentation

◆ stop()

def GaudiMP.Parallel.Statistics.stop (   self)

Definition at line 62 of file Parallel.py.

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

Member Data Documentation

◆ name

GaudiMP.Parallel.Statistics.name

Definition at line 57 of file Parallel.py.

◆ njob

GaudiMP.Parallel.Statistics.njob

Definition at line 60 of file Parallel.py.

◆ start

GaudiMP.Parallel.Statistics.start

Definition at line 58 of file Parallel.py.

◆ time

GaudiMP.Parallel.Statistics.time

Definition at line 59 of file Parallel.py.


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