The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
makePlots.TimingInfo Class Reference
Inheritance diagram for makePlots.TimingInfo:
Collaboration diagram for makePlots.TimingInfo:

Public Member Functions

 __init__ (self, name, time)
 

Public Attributes

 threads = int(threads)
 
 events = int(events)
 
 algos = int(algos)
 
 time = float(time)
 

Detailed Description

Definition at line 51 of file makePlots.py.

Constructor & Destructor Documentation

◆ __init__()

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 = int(algos)

Definition at line 57 of file makePlots.py.

◆ events

makePlots.TimingInfo.events = int(events)

Definition at line 56 of file makePlots.py.

◆ threads

makePlots.TimingInfo.threads = int(threads)

Definition at line 55 of file makePlots.py.

◆ time

makePlots.TimingInfo.time = float(time)

Definition at line 58 of file makePlots.py.


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