The Gaudi Framework  v32r2 (46d42edc)
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 39 of file makePlots.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 40 of file makePlots.py.

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

Member Data Documentation

◆ algos

makePlots.TimingInfo.algos

Definition at line 45 of file makePlots.py.

◆ events

makePlots.TimingInfo.events

Definition at line 44 of file makePlots.py.

◆ threads

makePlots.TimingInfo.threads

Definition at line 43 of file makePlots.py.

◆ time

makePlots.TimingInfo.time

Definition at line 46 of file makePlots.py.


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