Skip to content
  • Stephen Anthony's avatar
    Refactor System::myCycles to be 64-bit instead of 32-bit. · ebb87251
    Stephen Anthony authored
    - The cycles counter is now essentially monotonically increasing (ie, we never need to worry about it going backwards and giving a negative difference, simplifying a lot of code
    - There are now reset() methods in all places that keep track of system cycles, but they are used for a full reset only; not called each frame like before (which had to be done to prevent overflow).
    ebb87251