summaryrefslogtreecommitdiff
path: root/src/common/wall_clock.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework time service to fix time passing offline.Gravatar Kelebek12024-01-241-6/+3
* core_timing: Fix SingleCore cycle timerGravatar Morph2023-06-071-16/+20
* (wall, native)_clock: Add GetGPUTickGravatar Morph2023-06-071-1/+19
* core_timing: Use CNTPCT as the guest CPU tickGravatar Morph2023-06-071-0/+17
* (wall, native)_clock: Rework NativeClockGravatar Morph2023-06-071-30/+24
* core_timing: Use higher precision sleeps on WindowsGravatar Morph2023-03-051-0/+3
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* common: wall_clock: Check precision against the emulated CPU and CNTFRQGravatar Morph2022-01-301-2/+2
* common: wall_clock: Utilize constants for ms, us, and ns ratiosGravatar Morph2022-01-301-0/+4
* audio_core: Make shadowing and unused parameters errorsGravatar Lioncash2020-12-031-3/+3
* common/wall_clock: Add virtual destructorsGravatar ReinUsesLisp2020-09-301-0/+2
* common: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-08-151-8/+8
* HostTiming: Pause the hardware clock on pause.Gravatar Fernando Sahmkow2020-06-271-0/+2
* Common/Tests: Clang Format.Gravatar Fernando Sahmkow2020-06-181-2/+2
* Common: Refactor & Document Wall clock.Gravatar Fernando Sahmkow2020-06-181-1/+12
* Common: Implement WallClock Interface and implement a native clock for x64Gravatar Fernando Sahmkow2020-06-181-0/+40