Lines Matching refs:seconds
167 static inline string getTimeStr (const deUint64 seconds)169 const deUint64 m = seconds / 60;174 res << d << "d " << h%24 << "h " << m%60 << "m " << seconds%60 << "s";