The Gaudi Framework  v31r0 (aeb156f0)
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

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

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

GaudiMP.Parallel.Statistics.name

Definition at line 47 of file Parallel.py.

GaudiMP.Parallel.Statistics.njob

Definition at line 50 of file Parallel.py.

GaudiMP.Parallel.Statistics.start

Definition at line 48 of file Parallel.py.

GaudiMP.Parallel.Statistics.time

Definition at line 49 of file Parallel.py.


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