Performance metrics

Hey! I’ve been trying to find a config plugin or something to measure the performance of my app with react-native-maps. I’ve tried the dev tools performance monitor but the numbers are unreliable…


Each cam corresponds to a vehicle marker on the map. The messages with the location of said vehicles are received using MQTT and stored in a stateless variable (aka let stateless = {}) and the entire map screen is forced to rerender every 100ms with a setInterval and a setState. I’ve tried lloking for performance metrics simliar to these with plugins but had no dice. I’m currently on sdk 49 and although a long time ago I had access to RAM on my android I don’t animore…
Do you have any idea why this data doesn’t makes sense? The 25 cams seems to always have better performance thatn 1 and 5… Thank you!


Also plotted the dropped frames but because I’m a new user I couldn’t include it in the og post.