Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将内核的分析保存在某种电子表格文件中?这将极大地帮助我获得内核执行时间的平均值
如果您指的是 Nsight Visual Studio Edition,您可以导出为多种文件格式。请参阅Nsight Visual Studio 用户指南分析报告章节
nvprof命令行分析器 有一个CSV 输出选项,可用于保存内核执行统计信息。
旧的命令行分析器还有一个 CSV 输出选项。
这些 CSV 文件也可以稍后导入到可视化分析器中。