Variable FrameRateConst

FrameRate: string = ...

Utility that uses requestAnimationFrame to report how many frames per second the current monitor is rendering at.

The result is rounded to two decimal places.

import { FramRate } from 'ember-resources/util/fps';

<template>
{{FrameRate}}
</template>

Generated using TypeDoc