vTune,如何传递输入参数
vTune, how do I pass input parameters
我开发了一段简单的C代码,通过
启动
cat input.txt | ./code
(所以代码读取 input.txt 作为标准输入)
问题是:如何在 vTune 中模拟它?
在 vTune 启动应用程序页面中,如果我在应用程序参数字段中填写 input.txt,vTune 将永远运行 'Collecting basic hotspot data'。
谢谢,马里奥
您应该创建一个 shell 脚本 运行 这个命令。在 "Application" 字段中指定脚本的路径。
我开发了一段简单的C代码,通过
启动cat input.txt | ./code
(所以代码读取 input.txt 作为标准输入) 问题是:如何在 vTune 中模拟它?
在 vTune 启动应用程序页面中,如果我在应用程序参数字段中填写 input.txt,vTune 将永远运行 'Collecting basic hotspot data'。
谢谢,马里奥
您应该创建一个 shell 脚本 运行 这个命令。在 "Application" 字段中指定脚本的路径。