summaryrefslogtreecommitdiffstats
path: root/src/common/wall_clock.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework time service to fix time passing offline.Kelebek12024-01-241-6/+3
* core_timing: Fix SingleCore cycle timerMorph2023-06-081-16/+20
* (wall, native)_clock: Add GetGPUTickMorph2023-06-081-1/+19
* core_timing: Use CNTPCT as the guest CPU tickMorph2023-06-081-0/+17
* (wall, native)_clock: Rework NativeClockMorph2023-06-081-30/+24
* core_timing: Use higher precision sleeps on WindowsMorph2023-03-051-0/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: wall_clock: Check precision against the emulated CPU and CNTFRQMorph2022-01-301-2/+2
* common: wall_clock: Utilize constants for ms, us, and ns ratiosMorph2022-01-301-0/+4
* audio_core: Make shadowing and unused parameters errorsLioncash2020-12-031-3/+3
* common/wall_clock: Add virtual destructorsReinUsesLisp2020-09-301-0/+2
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-8/+8
* HostTiming: Pause the hardware clock on pause.Fernando Sahmkow2020-06-271-0/+2
* Common/Tests: Clang Format.Fernando Sahmkow2020-06-181-2/+2
* Common: Refactor & Document Wall clock.Fernando Sahmkow2020-06-181-1/+12
* Common: Implement WallClock Interface and implement a native clock for x64Fernando Sahmkow2020-06-181-0/+40