Files
openmct/src/plugins/performanceIndicator
Scott Bell 4a9744e916 touch every file on earth to update copyright (#4729)
* touch every file on earth to update copyright

* update one more

* pick up 2017 2018 2019

* revert fuchs copyright

* revert other bundle copyrights

* somehow missed one
2022-01-18 11:27:28 -08:00
..

URL Indicator

Adds an indicator which shows the number of frames that the browser is able to render per second. This is a useful proxy for the maximum number of updates that any telemetry display can perform per second. This may be useful during performance testing, but probably should not be enabled by default.

This indicator adds adds about 3% points to CPU usage in the Chrome task manager.

Installation

openmct.install(openmct.plugins.PerformanceIndicator());