The Gaudi Framework  v30r3 (a5ef0a68)
makePlots.TimingInfo Class Reference
Inheritance diagram for makePlots.TimingInfo:
Collaboration diagram for makePlots.TimingInfo:

Public Member Functions

def __init__ (self, name, time)
 

Public Attributes

 threads
 
 events
 
 algos
 
 time
 

Detailed Description

Definition at line 38 of file makePlots.py.

Constructor & Destructor Documentation

def makePlots.TimingInfo.__init__ (   self,
  name,
  time 
)

Definition at line 39 of file makePlots.py.

39  def __init__(self, name, time):
40  name = name.rstrip(".time")
41  threads, events, algos = name.split("_")[1:]
42  self.threads = int(threads)
43  self.events = int(events)
44  self.algos = int(algos)
45  self.time = float(time)
46 
47 
def __init__(self, name, time)
Definition: makePlots.py:39

Member Data Documentation

makePlots.TimingInfo.algos

Definition at line 44 of file makePlots.py.

makePlots.TimingInfo.events

Definition at line 43 of file makePlots.py.

makePlots.TimingInfo.threads

Definition at line 42 of file makePlots.py.

makePlots.TimingInfo.time

Definition at line 45 of file makePlots.py.


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