in public/assets/maplibre/maplibre-gl-framerate.js [124:134]
_defineProperty(this, "onRender", function () {
_this.frames++;
var now = performance.now();
if (now >= _this.time + 1e3) {
_this.updateGraph(_this.getFPS(now));
_this.frames = 0;
_this.time = now;
}
});