summaryrefslogtreecommitdiffstats
path: root/src/tests/core/core_timing.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: update catch2 to 3.0.1Alexandre Bouvier2023-01-051-1/+1
* core: Partially persist emulation state across game boots.bunnei2022-10-191-3/+0
* Revert Coretiming PRs 8531 and 7454 (#8591)Maide2022-07-281-3/+1
* Rework CoreTimingKelebek12022-07-101-1/+4
* Core: Fix tests.Fernando Sahmkow2022-06-281-0/+3
* Core: Reimplement Core Timing.Fernando Sahmkow2022-06-281-1/+0
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-3/+2
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-1/+0
* tests/core_timing: Remove pragma optimize(off)Lioncash2020-08-031-9/+5
* core_timing: Make use of uintptr_t to represent user_dataLioncash2020-07-281-2/+2
* core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash2020-07-161-6/+8
* core_timing: Make use of std::chrono with ScheduleEventLioncash2020-07-161-5/+8
* Tests/CoreTiming: Correct host timing tests.Fernando Sahmkow2020-06-271-15/+14
* CoreTiming: Correct rebase bugs and other miscellaneous things.Fernando Sahmkow2020-06-271-4/+6
* General: Cleanup legacy code.Fernando Sahmkow2020-06-271-0/+1
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-99/+85
* General: Resolve warnings related to missing declarationsLioncash2020-04-171-8/+10
* core_timing: Use better reference tracking for EventType. (#3159)bunnei2019-11-271-66/+18
* Core_Timing: Fix tests.Fernando Sahmkow2019-10-121-2/+2
* Core Timing: General corrections and added tests.Fernando Sahmkow2019-10-091-3/+153
* Tests: Eliminate old Core Timing TestsFernando Sahmkow2019-10-091-193/+0
* Core_Timing: Make core_timing threadsafe by default.Fernando Sahmkow2019-06-161-10/+10
* core_timing: Convert core timing into a classLioncash2019-02-161-103/+112
* core_timing: Rename CoreTiming namespace to Core::TimingLioncash2019-02-121-84/+85
* externals: Update catch to 2.3.0Lioncash2018-08-081-1/+1
* CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n302018-01-091-0/+237