react-native-performance-stats icon indicating copy to clipboard operation
react-native-performance-stats copied to clipboard

UI frame rate reading seems to be incorrect

Open raymondxie opened this issue 1 year ago • 1 comments

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.

raymondxie avatar Dec 10 '24 22:12 raymondxie

I get the UI fps correct if I divide it by 16.666... (1000/60).

onelittlebird avatar Aug 28 '25 14:08 onelittlebird