“时间”问题命令

发布于 2024-11-26 17:11:43 字数 119 浏览 2 评论 0原文

我试图通过使用这个“/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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

最后的乘客 2024-12-03 17:11:43

来自 time 的手册页:

如果 COMMAND 以非零状态退出,time 将显示警告消息
以及退出状态。

From the manual page of time:

If COMMAND exits with non-zero status, time displays a warning message
and the exit status.

月亮是我掰弯的 2024-12-03 17:11:43

只需使用“--quiet”选项,$ man /usr/bin/time:

--quiet: 
              Do not report the status of the program even if it is different from zero.

Just use the "--quiet" option, $ man /usr/bin/time:

--quiet: 
              Do not report the status of the program even if it is different from zero.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文