performance property
Provides the interface to get the available memory on the device.
Use the performance interface to get the available memory on the device. This interface is useful in development for optimizing assets and debugging across device types.
Important: Don't use the performance interface in production because the invocation can negatively affect device performance.
Implementation
external Performance performance;