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 34 of file makePlots.py.

Constructor & Destructor Documentation

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

Definition at line 35 of file makePlots.py.

35  def __init__(self,name, time):
36  name = name.rstrip(".time")
37  threads, events, algos = name.split("_")[1:]
38  self.threads = int(threads)
39  self.events = int(events)
40  self.algos = int(algos)
41  self.time = float(time)
42 
def __init__(self, name, time)
Definition: makePlots.py:35

Member Data Documentation

makePlots.TimingInfo.algos

Definition at line 40 of file makePlots.py.

makePlots.TimingInfo.events

Definition at line 39 of file makePlots.py.

makePlots.TimingInfo.threads

Definition at line 38 of file makePlots.py.

makePlots.TimingInfo.time

Definition at line 41 of file makePlots.py.


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