diff options
-rwxr-xr-x | plot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -677,7 +677,7 @@ class SchedPlotter(defapp.App): | |||
677 | 'rtss08' : self.plot_rtss08, | 677 | 'rtss08' : self.plot_rtss08, |
678 | 'rtss09' : self.plot_rtss09_split if self.options.split else self.plot_rtss09, | 678 | 'rtss09' : self.plot_rtss09_split if self.options.split else self.plot_rtss09, |
679 | 'ospert10' : self.plot_ospert10, | 679 | 'ospert10' : self.plot_ospert10, |
680 | 'rtas11' : self.plot_semipart, | 680 | 'eurosys11' : self.plot_semipart, |
681 | } | 681 | } |
682 | 682 | ||
683 | if self.options.experiment: | 683 | if self.options.experiment: |