performance issue on android build #245
|
I recently noticed that openvslam works with android too after reading of below issue link. And, from our side, it worked after long and boring of cross compiling effort with ndk. :) Therefore, we have tried to profile the openvslam binary on the android target device by using simpleperf tool. Is there any good idea to profile it very well ? |
Replies: 1 comment
|
I am not familiar with android, but if a profiler is not available, I think the only way is to embed code for time measurement or measure from log timestamps. |
I am not familiar with android, but if a profiler is not available, I think the only way is to embed code for time measurement or measure from log timestamps.