如何找到预期的CPU运行时间?

发布于 2025-01-04 21:02:02 字数 1459 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

苦笑流年记忆 2025-01-11 21:02:02

取计算次数。求 FP 的数量(总数的 40%)和非 FP 计算的数量(无论剩下什么,在本例中为 60%)。将每个乘以它们的时钟周期并将时钟周期相加。要找到时间,您需要将时钟周期乘以完成一个时钟所需的时间(提示:使用 400MHz 来完成此操作)。

Take the number of calculations. Find the number of FP (40% of total) and non-FP calculations (whatever's left or in this case 60%). Multiply each by their clock cycles and add up the clock cycles. To find time you need to multiply clock cycles times the amount of time it takes to do one clock (HINT: use 400MHz to do this).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文