Exemplo n.º 1
0
 def get_exec_times(self):
     line = [self.queries['rcd'].analysis_time]
     line.extend(CoreRcd.get_exec_times(self))
     return line
Exemplo n.º 2
0
 def get_exec_times_display(self):
     v = [PlotDataset(None, 'Analysis')]
     v.extend(CoreRcd.get_exec_times_display(self))
     return v
Exemplo n.º 3
0
 def get_exec_times_header(self):
     header = ['analysis']
     header.extend(CoreRcd.get_exec_times_header(self))
     return header