summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Timer.cpp
AgeCommit message (Expand)Author
2025-07-24Common/Timer: Add a SteadyAwakeClock class which counts non-suspended system ...Jordan Woyak
2025-04-03Common/Timer: Use YieldProcessor on Windows.Jordan Woyak
2025-04-03Common: Create a PrecisionTimer class.Jordan Woyak
2025-03-16Common: use std::chrono for GetLocalTimeSinceJan1970 on Windowsiwubcode
2022-08-06add TODO for chrono in GetLocalTimeSinceJan1970Shawn Hoffman
2022-08-06Revert "msvc: use std::chrono for GetLocalTimeSinceJan1970"Shawn Hoffman
2022-08-02Timer: protect usages of ms timers from rolloverShawn Hoffman
2022-08-02msvc: use std::chrono for GetLocalTimeSinceJan1970Shawn Hoffman
2022-08-02windows: mark as HighQoS, ensure timer resolution is honoredShawn Hoffman
2022-08-02move "double time" code into State from TimerShawn Hoffman
2022-08-02Common::Timer: use chrono::steady_clock internallyShawn Hoffman
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-08-23windows: fix some incorrect string lengthsShawn Hoffman
2020-07-18Merge pull request #8905 from JosJuice/jni-encodingLC
2020-07-13Merge pull request #8922 from Filoppi/timer-fixesTilka
2020-07-12Common/Timer: Fix integer underflow in Timer::GetDoubleTime for dates before ...Jordan Woyak
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2020-07-01Fixes the timer returning 1 when it should return 0. The case mentioned by th...Filoppi
2019-06-14Common: Use fmt where applicableLioncash
2018-10-26Use wcsftime instead of strftime on Windows to fix encoding errorsJosJuice
2017-01-23Add includes for building on Windows without PCHMichael Maltese
2016-07-19Add Configurable RTCChris Burgener
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-10-10SaveState/DolphinWX: Display time and date of savestate when a slot is select...Admiral H. Curtiss
2015-09-11Partially revert "General: Toss out PRI macro usage"Lioncash
2015-09-05General: Toss out PRI macro usageLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-18Use clock_gettime instead of gettimeofday, it's more effiency on low power sy...Mullin
2014-12-03Common: Add a built-in profilerdegasus
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-20Fix more header sorting issues in Common/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-13Fix some warningsTillmann Karras
2014-02-10Some tidy up of sprintf to StringFromFormatMatthew Parlane
2014-02-09Revert "Merge pull request #49 from Parlane/sprintf_tidy"Pierre Bourdon
2014-02-08Some tidy up of sprintf to StringFromFormatMatthew Parlane
2014-02-07Fix warnings found by StringFromFormat having printf style checking.Matthew Parlane
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre