issues
search
bamlab
/
react-native-flipper-performance-monitor
An attempt to have a lighthouse for React Native. Flipper plugin to show a graph of the React Native performance monitor
MIT License
588
stars
17
forks
source link
Fix fps calculation
#87
Closed
atn4z7
closed
1 year ago
atn4z7
commented
1 year ago
Fix wrong FPS calcucation by:
change collect interval to 1s to match React Native perf monitor
increase error margin from 50 ms to 500 ms since the observed times often go over the 50 ms (+interval)
Fix wrong FPS calcucation by: