libdeng2: Added HighPerformanceTimer, refactored Time to use it (and pimpl)
de::Time can now internally use a simple time value from the new HighPerformanceTimer. This is a simple "seconds since launch" (ddouble) as opposed to the complicated Date/Time pair that de::Time uses by default.
libdeng2: Added HighPerformanceTimer, refactored Time to use it (and pimpl)
de::Time can now internally use a simple time value from the new
HighPerformanceTimer. This is a simple "seconds since launch" (ddouble)
as opposed to the complicated Date/Time pair that de::Time uses
by default.