Kudo / react-native-v8

Opt-in V8 runtime for React Native Android
MIT License
924 stars 69 forks source link

Add heap memory statistics #12

Closed Kudo closed 5 years ago

Kudo commented 5 years ago

Add global._v8runtime().memory which will return

{
 jsHeapSizeLimit: 767557632,
 totalJSHeapSize: 58054528,
 usedJSHeapSize: 42930044
}

This is pretty much like Chrome's window.performance.memory