You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$tt = newTimeTracker(); // Measuring of time starts here// do some processes$tt->getTime(); // Return: 2h 32m 26s 6538ms$tt->reset(); // Measuring is reset to 0// do something$tt->getTime(); // Return: 2s 475ms