The Gaudi Framework  v32r2 (46d42edc)
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 46 of file Parallel.py.

Constructor & Destructor Documentation

◆ __init__()

def GaudiMP.Parallel.Statistics.__init__ (   self)

Definition at line 47 of file Parallel.py.

47  def __init__(self):
48  self.name = os.getenv('HOSTNAME')
49  self.start = time.time()
50  self.time = 0.0
51  self.njob = 0
52 

Member Function Documentation

◆ stop()

def GaudiMP.Parallel.Statistics.stop (   self)

Definition at line 53 of file Parallel.py.

53  def stop(self):
54  self.time = time.time() - self.start
55 
56 

Member Data Documentation

◆ name

GaudiMP.Parallel.Statistics.name

Definition at line 48 of file Parallel.py.

◆ njob

GaudiMP.Parallel.Statistics.njob

Definition at line 51 of file Parallel.py.

◆ start

GaudiMP.Parallel.Statistics.start

Definition at line 49 of file Parallel.py.

◆ time

GaudiMP.Parallel.Statistics.time

Definition at line 50 of file Parallel.py.


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