void Update() { if (fps.oneSecondLeft(Time.deltaTime)) { fps.countValuesToDisplay(Time.deltaTime); updateLabels(); } }