Why is Base pass rendering and other stats worse on iOS compared to Android?

![alt text][1]I am making a 3D mobile game using UE4. On an Android device (a 1st-gen Moto G), I can get around 30FPS, while on an iOS Device (iPhone 5), the performance is sluggish (around 10-15FPS). Calling “stat scenerendering” revealed that my base pass rendering, Dynamic Primitive Drawing and RenderView Family stats are way apart. On Android, it’s ~10ms, while on iOS, it’s around ~300ms! Why is this so, and how can I mitigate this problem?

EDIT: attached are screenshots showing the scenerendering stats for each platform

Hi,

We looked at your stat images and something strange has to be going on as it just doesn’t make sense to us as Android and IOS utilize pretty much the same path for ES 2 rendering. Can you try to get a capture of the CPU utilizing the Instruments program on the Mac? That should give you a better idea of where all of the time is being taken up.

-Pete