Definition at line 51 of file makePlots.py.
◆ __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)
◆ 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: