Ask Your Question
1

How can I measure performance of OpenCV4Android samples on several devices?

asked 2013-01-22 03:30:30 -0600

KristoF124 gravatar image

I'm looking for a way to measure performance of OpenCV4Android samples on several Android devices. I have an FPS Meter but I'm looking for something else. I don't want to use timers. Are there any other ways to do this?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
2

answered 2013-01-22 04:02:22 -0600

  1. In C++ code you can use getTickCount and getTickFrequency. In Java there are Core.getTickCount) and Core.getTickFrequency).

  2. Alternatively you can use Java profiler from Android SDK. It is integrated to Eclipse and is very helpful.

edit flag offensive delete link more

Comments

Thank you for your answer. The Java profiler is much better for me now and it gives me enough information, I' m looking for.

KristoF124 gravatar imageKristoF124 ( 2013-01-22 15:50:25 -0600 )edit
0

answered 2014-02-26 07:04:49 -0600

Vlad gravatar image

you can use the DDMS tool that comes with the sdk http://developer.android.com/tools/debugging/debugging-tracing.html

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-22 03:30:30 -0600

Seen: 570 times

Last updated: Feb 26 '14