summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing_util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: core_timing_util: Optimize core timing math.bunnei2021-02-151-84/+0
| | | | - Avoids a lot of unnecessary 128-bit math for imperceptible accuracy.
* Revert "core: Fix clang build"bunnei2020-10-211-23/+19
|
* core: Fix clang buildLioncash2020-10-181-19/+23
| | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* core_timing: Remove unused headerLioncash2020-08-231-0/+1
|
* SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow2020-06-271-9/+20
|
* Common/Tests: Address FeedbackFernando Sahmkow2020-06-181-2/+12
|
* Core: Implement a Host Timer.Fernando Sahmkow2020-06-181-0/+5
|
* Core: Set all hardware emulation constants in a single file.Fernando Sahmkow2020-02-121-9/+9
|
* core/core_timing_util: Use std::chrono types for specifying time unitsLioncash2019-06-051-16/+20
| | | | | Makes the interface more type-safe and consistent in terms of return values.
* core/core_timing_utils: Simplify overload setLioncash2019-06-051-18/+2
| | | | | Removes unused overloads, simplifying the overall interface, deduplicating some code.
* core_timing_util: Silence sign-comparison warningsLioncash2019-05-251-4/+4
| | | | | We can just make the conversion explicit instead of implicit here to silence -Wsign-compare warnings.
* Corrections, documenting and fixes.Fernando Sahmkow2019-02-161-3/+2
|
* Use u128 on Clock Cycles calculation.Fernando Sahmkow2019-02-161-4/+4
|
* Correct CNTPCT to use Clock Cycles instead of Cpu Cycles.Fernando Sahmkow2019-02-161-0/+7
|
* core_timing: Rename CoreTiming namespace to Core::TimingLioncash2019-02-121-2/+2
| | | | | | Places all of the timing-related functionality under the existing Core namespace to keep things consistent, rather than having the timing utilities sitting in its own completely separate namespace.
* core_timing: Split off utility functions into core_timing_utilMerryMage2018-07-241-0/+63