Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
GaudiMP.Parallel.Statistics Class Reference
Inheritance diagram for GaudiMP.Parallel.Statistics:
Inheritance graph
[legend]
Collaboration diagram for GaudiMP.Parallel.Statistics:
Collaboration graph
[legend]

Public Member Functions

def __init__
 
def stop
 

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 
40  def __init__(self):
41  self.name = os.getenv('HOSTNAME')
42  self.start = time.time()
43  self.time = 0.0
self.njob = 0

Member Function Documentation

def GaudiMP.Parallel.Statistics.stop (   self)

Definition at line 44 of file Parallel.py.

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

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:
Generated at Wed Jan 30 2013 17:13:51 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004