Hey,
is there a way to tweak the internal profiler for Android as it is possible for iOS?
I need a lot of performance data, yet per default the internal profiler has great intervals, ~30 seconds as noted in the docs.
Yet, when you build for iPhone, you have the option const int EachNthFrame = 30; in iPhone_Profiler.cpp where you can define the interval.
Is there something similar for Android?