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

Get FPS, memory and CPU usage of your React Native app (in JS)

Results 5 react-native-performance-stats issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this repo. I am unable to run this on Android as I get the error "Cannot read property 'start' of undefined" when attempting to invoke `PerformanceStats.start(true);`. After...

# Crash scenario In dev mode, after call start function, the `updateStats` will continue working. After reload the project, need to cancel pervious dispatch_delay function, or will crash # Solution...

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":...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...