Android 和 Windows 基准测试(32 位)
是否有已知的 CPU 基准测试可以在任一平台上测试相同的内容?如果没有,应该对它们进行哪些类型的基准测试? (如果没有的话我打算同时申请)
Is there a known CPU benchmark that tests the same things on either platform? If not, what kinds of benchmarks should be tested on them? (I plan to make applications for both if one does not exist)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Quadrant 是一款用于 Android 手机的著名基准测试工具!除了 CPU 基准测试之外,它还进行 I/O 和图形基准测试。以下是 Android 的链接应用程序。
我曾在基于 ARM 的手机上开发过这些应用程序,因此我可以向您提出一些建议。基准测试并不是衡量手机/设备性能的绝对指标。仅仅因为您获得更高的基准值并不意味着更高的性能。设备总体性能不仅仅取决于 CPU 速度。缓存大小、总线速度、RAM 大小等都会影响整体性能。
另外,我自己也见过一些公司修改他们的代码以愚弄著名的基准测试工具!因此,不要完全依赖基准值。应该只是给你一个参考!
从非技术角度来说,基准测试有帮助的一件事就是与朋友炫耀您的设备:)
Quadrant is one famous benchmarking tool which is used for Android phones! Apart from CPU benchmarking it does I/O and Graphics benchmarking as well. Here is the link to the Android app.
I've worked on these apps on ARM based phones, so I can suggest you a few things. Benchmarking is NOT the absolute measure of how well a phone/device performs. Just because you get a higher benchamarking value doesn't mean higher performance. Total device performance doesn't depend on CPU speed alone. Cache size, Bus speed, RAM size etc all contribute to the overall performance.
Also, I myself have seen companies modifying their code in order to fool famous benchmarking tools! So don't exclusively rely on the benchmarked values. They should just serve as a reference for you!
Non-technically, one thing benchmarking helps is to flaunt your device with your friends :)