Java性能不太适合拿来评价一个系统的性能,因为不同的JVM实现本身就可能差距几十倍的性能。CaffeineMark是个Java程序,不过这个是标准的Java,而不是Android中的变种Java,所以,需要一个Java VM for Andorid/X86才行。。。。这个,实在比较诡异了。
Java的linpack就更没有意义了。Atom的SSE指令集轻松到达GFLOPS的级别,但是这个linpack的测试程序是JAVA写的,如果JVM又不包含JIT,或者JIT出来的机器码是用整型模拟的浮点,那就完全没有利用到Atom的浮点能力。Tegra2不带NEON指令,倒也不吃亏。另外:This test is more a reflection of the state of the Android Dalvik Virtual Machine than of the floating point performance of the underlying processor. Software written for an Android device is written using Java code that the Dalvik VM interprets at run time.