Home
last modified time | relevance | path

Searched refs:timeSinceLastFPS (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
H A Dscript.js1132 timeSinceLastFPS = start, variable
5082 var sec = (new Date().getTime() - timeSinceLastFPS) / 1000;
5088 timeSinceLastFPS = new Date().getTime();