Skip to content
Snippets Groups Projects
Commit bd983414 authored by Lioncash's avatar Lioncash
Browse files

core_timing: Convert core timing into a class

Gets rid of the largest set of mutable global state within the core.
This also paves a way for eliminating usages of GetInstance() on the
System class as a follow-up.

Note that no behavioral changes have been made, and this simply extracts
the functionality into a class. This also has the benefit of making
dependencies on the core timing functionality explicit within the
relevant interfaces.
parent fcc3aa0b
No related branches found
No related tags found
No related merge requests found
Showing
with 323 additions and 234 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment