Skip to content

MemoryMonitor

Overview

Monitors the memory usage over time.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class MemoryMonitor

import { MemoryMonitor } from 'scenerystack/joist';

Constructor

new MemoryMonitor( providedOptions? : MemoryMonitorOptions )

Instance Methods

measure()

Records a memory measurement.

Instance Properties

runningAverage : RunningAverage

(readonly)

Source Code

See the source for MemoryMonitor.ts in the joist repository.