/perf/fdk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/perf/fdk

« back to all changes in this revision

Viewing changes to run.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2017-02-09 00:44:25 UTC
  • Revision ID: csa@suren.me-20170209004425-4dt67qhxz9ibdehy
Intel compiler

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
export LD_LIBRARY_PATH="/opt/intel/compilers_and_libraries_2017/linux/lib/intel64_lin/:/opt/intel/compilers_and_libraries_2017/linux/ipp/lib/intel64_lin/:/opt/intel/ipp/lib/intel64_lin/:/usr/lib64/mpi/gcc/openmpi/lib64" 
2
2
 
3
3
#perf record -F 1000 /usr/local/MATLAB/R2016a/bin/matlab -nodisplay -r "addpath(genpath('/root/fdk')); run_fdk; quit"
4
 
#start=$(date +%s); /usr/local/MATLAB/R2016a/bin/matlab -nodisplay -r "addpath(genpath('/root/fdk')); run_fdk; quit;"; end=$(date +%s); 
5
 
#echo $((end - start))
 
4
start=$(date +%s); /usr/local/MATLAB/R2016a/bin/matlab -nodisplay -r "addpath(genpath('/root/fdk')); run_fdk; quit;"; end=$(date +%s); 
 
5
echo $((end - start))
6
6
 
7
 
perf record -F 1000 ./test
 
7
#perf record -F 1000 ./test