我使用 Intel Vtune 在 Xeon Phi 上分析代码。我使用以下命令:
amplxe-cl -collect knc-general-exploration ./a.out
结果是一堆信息以及一个包含更多信息的新目录。我只对一个指标感兴趣(比如 CPI)。我不希望 Vtune 创建包含大量其他信息的目录。
是否有命令行选项可以说just print the summary
我使用 Intel Vtune 在 Xeon Phi 上分析代码。我使用以下命令:
amplxe-cl -collect knc-general-exploration ./a.out
结果是一堆信息以及一个包含更多信息的新目录。我只对一个指标感兴趣(比如 CPI)。我不希望 Vtune 创建包含大量其他信息的目录。
是否有命令行选项可以说just print the summary