-1

I've been reading up on the android dalvik and I was wondering if there are any applications that measure the performance of the dalvik? If there aren't, based on what aspects could one develop an app to measure the performance of the dalvik?

I know that this is a website for Programming questions, but I didnt know where else to ask this question. If this is not a valid question, I would appreciate it if someone could direct me to a place where I could ask this.

Thanks!

RagHaven
  • 4,156
  • 21
  • 72
  • 113

1 Answers1

0

If you want a "canned" solution, there are various benchmarks available on the Play Store. Many of them upload results to web sites where you can compare your results against those from other devices.

If you're interested in writing your own benchmarks, the Caliper benchmark framework may be useful.

As to where else to ask this question, the Android Enthusiasts stackexchange might be more appropriate.

Community
  • 1
  • 1
fadden
  • 51,356
  • 5
  • 116
  • 166