Changeset 408 for trunk/examples/berrada


Ignore:
Timestamp:
08/30/10 01:28:51 (14 years ago)
Author:
lnalod
Message:

First performance result. The script seems work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/berrada/MFLBC_RD_perfomanceMeasurement/scriptPerformance.sh

    r407 r408  
    7070echo " " >> mflbc_rd_matlabFile.m 
    7171echo "h1 = legend([p1],'mflbc_rd',1);" >> mflbc_rd_matlabFile.m 
    72 echo "set(h1, 'Location', 'NorthWest')" >> mflbc_rd_matlabFile.m 
     72echo "set(h1, 'Location', 'NorthWest');" >> mflbc_rd_matlabFile.m 
    7373#echo "legend([p1,p2,p3,p4,p5,p6],'50x50 real','50x50 Amdahl','100x100 real','100x100 Amdahl','200x200 real','200x200 Amdahl',1);" >> mflbc_rd_matlabFile.m 
    7474echo " " >> mflbc_rd_matlabFile.m 
    75 echo "saveas(gcf, 'mflbc_rd_matlabFile_print', 'fig')" >> mflbc_rd_matlabFile.m 
    76 echo "saveas(gcf, 'mflbc_rd_matlabFile_print', 'eps')" >> mflbc_rd_matlabFile.m 
     75echo "saveas(gcf, 'mflbc_rd_matlabFile_print', 'fig');" >> mflbc_rd_matlabFile.m 
     76echo "saveas(gcf, 'mflbc_rd_matlabFile_print', 'eps');" >> mflbc_rd_matlabFile.m 
     77echo "quit;" >> mflbc_rd_matlabFile.m 
    7778 
    7879 
Note: See TracChangeset for help on using the changeset viewer.