Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v28r2p1 (f1a77ff4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 38 of file Parallel.py.

Constructor & Destructor Documentation

def GaudiMP.Parallel.Statistics.__init__ (   self)

Definition at line 39 of file Parallel.py.

39  def __init__(self):
40  self.name = os.getenv('HOSTNAME')
41  self.start = time.time()
42  self.time = 0.0
43  self.njob = 0

Member Function Documentation

def GaudiMP.Parallel.Statistics.stop (   self)

Definition at line 44 of file Parallel.py.

44  def stop(self):
45  self.time = time.time() - self.start
46 

Member Data Documentation

GaudiMP.Parallel.Statistics.name

Definition at line 40 of file Parallel.py.

GaudiMP.Parallel.Statistics.njob

Definition at line 43 of file Parallel.py.

GaudiMP.Parallel.Statistics.start

Definition at line 41 of file Parallel.py.

GaudiMP.Parallel.Statistics.time

Definition at line 42 of file Parallel.py.


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