Sintaxis
timingInfo = performance.memory
Atributos
jsHeapSizeLimit
- El tamaño máximo del heap en bytes que está disponible para el contexto.
totalJSHeapSize
- El total del heap asignado, en bytes. The total allocated heap size, in bytes.
- usedJSHeapSize
- El actualmente activo segmento de heap de JS, en bytes.
Especificaciones
Ninguna.
Compatibilidad de navegadores
BCD tables only load in the browser
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Ver también
- The
Performance
interface it belongs to.