Definition at line 39 of file makePlots.py.
◆ __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)
◆ algos
makePlots.TimingInfo.algos |
◆ events
makePlots.TimingInfo.events |
◆ threads
makePlots.TimingInfo.threads |
◆ time
makePlots.TimingInfo.time |
The documentation for this class was generated from the following file: