The Gaudi Framework  v32r1 (f65d50dc)
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 45 of file Parallel.py.

Constructor & Destructor Documentation

◆ __init__()

def GaudiMP.Parallel.Statistics.__init__ (   self)

Definition at line 46 of file Parallel.py.

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

Member Function Documentation

◆ stop()

def GaudiMP.Parallel.Statistics.stop (   self)

Definition at line 52 of file Parallel.py.

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

Member Data Documentation

◆ name

GaudiMP.Parallel.Statistics.name

Definition at line 47 of file Parallel.py.

◆ njob

GaudiMP.Parallel.Statistics.njob

Definition at line 50 of file Parallel.py.

◆ start

GaudiMP.Parallel.Statistics.start

Definition at line 48 of file Parallel.py.

◆ time

GaudiMP.Parallel.Statistics.time

Definition at line 49 of file Parallel.py.


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