gkjohnson / js-framerate-optimizer

Library for tracking and iteratively improving page framerate over time
https://gkjohnson.github.io/js-framerate-optimizer/example/
MIT License
32 stars 4 forks source link

Add an option for a delaying optimization #2

Closed gkjohnson closed 5 years ago

gkjohnson commented 5 years ago

Add a flag for counting down for x amount of frames or y amount of ms before optimization begins. This could also be an option for delaying a certain amount of time after an optimization is performed.

gkjohnson commented 5 years ago

Added in 3973ff8