aboutsummaryrefslogtreecommitdiff
path: root/tests/common/test-Timer.cpp
AgeCommit message (Collapse)Author
2022-02-04UnitTests: Cleanup + StringConvert/ChatCommand tests (PR #25353)Treeston
(cherry picked from commit 8ce3635d39dbdd101ddf180a66c483162df99c04)
2022-01-24Core/Common: Merge TimeTrackerSmall with TimeTrackerCarbenium
(cherry picked from commit 228696bf80bcd55d35445cd24ae119020c310f88)
2022-01-24Core/Common: Add a std::chrono interface to TimeTrackerSmallCarbenium
New methods: TimeTrackerSmall(Milliseconds expiry); void Update(Milliseconds diff); void Reset(Milliseconds expiry) Milliseconds GetExpiry() const Removed methods: int32 GetExpiry() const Also add basic unit tests. Core/Scripts: Use std::chrono interface of TimeTrackerSmall (cherry picked from commit e55516348dbabaa8c9d559426315f3f70967acaa)