Definition at line 49 of file makePlots.py.
◆ __init__()
def makePlots.TimingInfo.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
time |
|
) |
| |
Definition at line 50 of file makePlots.py.
50 def __init__(self, name, time):
51 name = name.rstrip(
".time")
52 threads, events, algos = name.split(
"_")[1:]
53 self.threads = int(threads)
54 self.events = int(events)
55 self.algos = int(algos)
56 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: