Interface Performance

Responsible for performance level metrics such as getting the current available memory

export
interface

Performance

Hierarchy

  • Performance

Index

Methods

Methods

getMemoryInfo

  • Retrieve information about the system memory. Memory information can be used to manage your application's memory consumption. It is not recommended to use this API in production and is provided for debug purposes only. Invoking this API may also impact device performance. Polling is not recommended.

    Returns Promise<MemoryInfo | MemoryInfoError>

2019, Amazon.com, Inc. or its affiliates. All Rights Reserved.