react-native-performance-stats
react-native-performance-stats copied to clipboard
UI frame rate reading seems to be incorrect
I am getting uiFps way too high at around 250 fps range
Here is the debug log: LOG { "visibleViewCount": 394, "viewCount": 3852, "usedCpu": 88.5999984741211, "jsFps": 35, "usedRam": 813.3926620483398, "uiFps": 245 }
And in the RN Perf Monitor display, it shows UI frame rate around 60 fps, which should mostly be that value.
I get the UI fps correct if I divide it by 16.666... (1000/60).