summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing_util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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