The Gaudi Framework  v36r1 (3e2fb5a8)
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 49 of file makePlots.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 50 of file makePlots.py.

50  def __init__(self, name, time):
51  name = name.rstrip(".time")
52  threads, events, algos = name.split("_")[1:]
53  self.threads = int(threads)
54  self.events = int(events)
55  self.algos = int(algos)
56  self.time = float(time)
57 
58 

Member Data Documentation

◆ algos

makePlots.TimingInfo.algos

Definition at line 55 of file makePlots.py.

◆ events

makePlots.TimingInfo.events

Definition at line 54 of file makePlots.py.

◆ threads

makePlots.TimingInfo.threads

Definition at line 53 of file makePlots.py.

◆ time

makePlots.TimingInfo.time

Definition at line 56 of file makePlots.py.


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