dkentw / 0xbench

Automatically exported from code.google.com/p/0xbench

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnixBench results are not displayed

GoogleCodeExporter opened this issue · comments

Hi, 

I tried to run the UnixBench tests of 0xbench. However, I didn't get any result 
for that because I don't have the binaries for the tests in the /system/bin 
directory. Hence, I tried to build the apk and binaries using SDK, eclipse, and 
NDK as described in the Wiki. However, when I create the Benchmark project 
using eclipse, I always get the following errors:

1. Benchmark cannot be resolved to a 
variable    Case.java   /Benchmark/src/org/zeroxlab/zeroxbenchmark  line 42 Java 
Problem

2. Case cannot be 
resolved    Tester.java /Benchmark/src/org/zeroxlab/benchmark   line 60 Java Problem

and so on.

I guess the above problem is for the following line in Case.java

abstract public ArrayList<Scenario> getScenarios (); 

here the compiler cannot resolve what is Scenario.

I would be very much grateful if you would please help me in this regard.

Thanks.
Syed Rafiul Hussain

Original issue reported on code.google.com by rafiul1...@gmail.com on 19 Jun 2012 at 4:08