summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing_util.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-05core/core_timing_util: Amend casing of cyclesTo* functionsLioncash1-3/+3
Makes the casing consistent with all of our general function naming conventions.
2019-06-05core/core_timing_util: Use std::chrono types for specifying time unitsLioncash1-11/+10
Makes the interface more type-safe and consistent in terms of return values.
2019-06-05core/core_timing_utils: Simplify overload setLioncash1-31/+0
Removes unused overloads, simplifying the overall interface, deduplicating some code.
2019-02-16Use u128 on Clock Cycles calculation.Fernando Sahmkow1-1/+1
2019-02-16Correct CNTPCT to use Clock Cycles instead of Cpu Cycles.Fernando Sahmkow1-0/+3
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash1-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.
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage1-0/+64