The Gaudi Framework  master (37c0b60a)
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 51 of file makePlots.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 52 of file makePlots.py.

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

Member Data Documentation

◆ algos

makePlots.TimingInfo.algos

Definition at line 57 of file makePlots.py.

◆ events

makePlots.TimingInfo.events

Definition at line 56 of file makePlots.py.

◆ threads

makePlots.TimingInfo.threads

Definition at line 55 of file makePlots.py.

◆ time

makePlots.TimingInfo.time

Definition at line 58 of file makePlots.py.


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