Andreas
unread,Mar 9, 2011, 10:13:09 AM3/9/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
Hi everyone,
I would like to know if anyone can give me any tips on how to improve
the performance of a critical part of my application (C++) which in
performed in native code. The particular part contains a lot of matrix
transformations.. So any tips like what kind of
arrays(float,double, ...) I should use or any other tips like for
example avoid setters and getters are welcome. I was trying to figure
out if there is a way to profile the native code part with something
like traceview in order to find performance bottlenecks but I had no
luck. TraceView sees ndk code as a black box...If anyone knows any
tips or uses any tool that could help with performance on a native
code part written completely in C++ please let me know.
Thanks in advance,
Andreas