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