zaydaway213 / 0xbench

Automatically exported from code.google.com/p/0xbench
0 stars 0 forks source link

Integrate Caffeine Mark #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This task is to measure Dalvik Virtual Machine (JVM) performance on mobile 
devices by Caffeine Mark.

Original issue reported on code.google.com by jserv.tw@gmail.com on 1 Jul 2011 at 4:32

GoogleCodeExporter commented 8 years ago
Due to license incompatibility, we have to re-implement the core parts of 
CaffeineMark Embedded. 

Original comment by jserv.tw@gmail.com on 16 Jul 2011 at 11:51

GoogleCodeExporter commented 8 years ago
The latest progress about the re-implemented one:
Sieve score = 108940 (98)
Loop score = 475653 (2017)
Logic score = -5177721 (0)
String score = 58828 (708)
Float score = 138878 (185)
Method score = 145552 (166650)
Overall score = 0

It is not correct at all.

Original comment by jserv.tw@gmail.com on 18 Jul 2011 at 3:30

GoogleCodeExporter commented 8 years ago
The above incorrectness might result from over-optimization of Oracle Java 
runtime.  That is reasonably correct for Dalvik though.

Original comment by jserv.tw@gmail.com on 7 Nov 2011 at 5:14