当我运行以下命令时,收到错误:
/usr/lib/linux-tools/4.4.0-66-generic/perf stat -e cycles ./shFile
/usr/lib/linux-tools/4.4.0-66-generic/perf: symbol lookup error: /usr/local/MATLAB/R2016a/bin/glnxa64/libunwind.so.8: undefined symbol: __gcc_personality_v0
我想使用perf
实用程序来测试FLOPS
的MATLAB代码。由于perf
仅接受execute file
,因此我使用mcc -m shFile.m
转换.sh file
,然后使用perf命令perf stat -e cycles ./shFile
,它显示上述错误。我该如何解决这个错误?
以下是更多信息:
System: Ubuntu 16.4
Matlab: R2016a
perf: 4.4.0-66-generic/perf