WinCE 中软件库的性能指标
有没有办法计算在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最接近的是使用高分辨率计时器:
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