/perf/fdk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/perf/fdk
1
2
3
4
5
6
7
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" 

#perf record -F 1000 /usr/local/MATLAB/R2016a/bin/matlab -nodisplay -r "addpath(genpath('/root/fdk')); run_fdk; quit"
start=$(date +%s); /usr/local/MATLAB/R2016a/bin/matlab -nodisplay -r "addpath(genpath('/root/fdk')); run_fdk; quit;"; end=$(date +%s); 
echo $((end - start))

#perf record -F 1000 ./test