示例#1
0
文件: rcd.py 项目: ryanbekabe/SecuML
 def get_exec_times(self):
     line = [self.queries['rcd'].analysis_time]
     line.extend(CoreRcd.get_exec_times(self))
     return line
示例#2
0
文件: rcd.py 项目: ryanbekabe/SecuML
 def get_exec_times_display(self):
     v = [PlotDataset(None, 'Analysis')]
     v.extend(CoreRcd.get_exec_times_display(self))
     return v
示例#3
0
文件: rcd.py 项目: ryanbekabe/SecuML
 def get_exec_times_header(self):
     header = ['analysis']
     header.extend(CoreRcd.get_exec_times_header(self))
     return header