我想使用 Vtune Profiler API 来分析在 Xeon Phi(Linux,使用卸载执行)上运行的代码,以查看执行的指令数、L1 缓存未命中数等。但我找不到任何解释如何使用的地方这个图书馆。
在 Linux 中哪里可以找到库文件和包含文件?如何编写代码来分析在 Xeon Phi 上运行的短代码?
我会期待这样的事情:
//this code will be executed on host processor
Read_counters();
Code_to_run on Xeon Phi
Stop_counters();
Print results();
谢谢