WinCE 中软件库的性能指标

发布于 2024-08-16 06:41:23 字数 173 浏览 4 评论 0原文

有没有办法计算在wince上运行的模块(libraray)消耗了多少mips?我们正在开发一个音频库,并希望在 wince 中进行播放(Renesas SH-4A 核心)。如何计算该库消耗的 mips 数(每秒百万条指令)?如果不是,衡量 wince 上库性能的等效指标是什么。 - 谢谢你,VT。

Is there a way to calculate how many mips consumed by a module (libraray) running on wince? We are developing an audio library and want to give playback in wince (Renesas SH-4A core). How to calculate the number of mips (millions of instructions per second) consumed by this library? If not, what is the equivalent metric for measuring the performance of a library on wince. - Thank you, VT.

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

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

发布评论

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

评论(1

囚我心虐我身 2024-08-23 06:41:23

最接近的是使用高分辨率计时器:

http: //msdn.microsoft.com/en-us/library/aa964692(VS.80).aspx

另请查看这篇 msdn 文章:

http://msdn.microsoft.com/en-us/library/ms404355.aspx

Closest you would come is using a high resolution timer:

http://msdn.microsoft.com/en-us/library/aa964692(VS.80).aspx

Also check out this msdn article:

http://msdn.microsoft.com/en-us/library/ms404355.aspx

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