/perf/fdk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/perf/fdk
1 by Suren A. Chilingaryan
Initial
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
3
#perf record -F 1000 /usr/local/MATLAB/R2016a/bin/matlab -nodisplay -r "addpath(genpath('/root/fdk')); run_fdk; quit"
2 by Suren A. Chilingaryan
Intel compiler
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))
1 by Suren A. Chilingaryan
Initial
6
2 by Suren A. Chilingaryan
Intel compiler
7
#perf record -F 1000 ./test