Method: PAES_Analysis#plotSingleRun_ParetoSchedules_Intermediates
- Defined in:
- lib/flukso/plots.rb
#plotSingleRun_ParetoSchedules_Intermediates ⇒ Object
403 404 405 406 407 408 409 410 411 412 413 |
# File 'lib/flukso/plots.rb', line 403 def plotSingleRun_ParetoSchedules_Intermediates # Search for all intermediate-* files in the data directory Dir.foreach(@workingdir) {|file| #puts "checking #{file}" if file =~ /^intermediate-/ if not file =~ /.eps$/ plotIntermediate(file) end end } end |