summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing_util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use u128 on Clock Cycles calculation.Fernando Sahmkow2019-02-161-1/+1
|
* Correct CNTPCT to use Clock Cycles instead of Cpu Cycles.Fernando Sahmkow2019-02-161-0/+3
|
* 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/+64