“时间”问题命令
我试图通过使用这个“/usr/bin/time -p ./a.out”来计算应用程序的执行时间。这将返回“命令以非零状态 1 退出”,但它为我提供了计时信息。我怎样才能摆脱这个错误。我知道这个错误代码与“time”命令有关。
I was trying to time the execution time of an application by using this '/usr/bin/time -p ./a.out'. This is returning 'command exited with non-zero status 1' but it is giving me the timing information. How can I get rid of this error. I know that this error code is related to the 'time' command.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来自
time
的手册页:From the manual page of
time
:只需使用“--quiet”选项,$ man /usr/bin/time:
Just use the "--quiet" option, $ man /usr/bin/time: