Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[net7] Use high-resolution sleep primitives to enhance CPU efficiency #1599

Closed
wants to merge 12 commits into from

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    5c75c3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f316c80 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    595df3f View commit details
    Browse the repository at this point in the history
  2. Weird code formatting

    Perksey committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4fa5371 View commit details
    Browse the repository at this point in the history
  3. THIS IS NOT C++

    Perksey committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    23e4b04 View commit details
    Browse the repository at this point in the history
  4. Fix build

    Perksey committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f4f1609 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    419bf86 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Proper frame timing in BreakneckSleep (#1610)

    * Proper frame timing in BreakneckSleep
    
    Should _lastTick be a property or left as a field? unsure
    
    * adjusted to feedback
    
    * forgot to make the example work too
    Khitiara authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8b21c93 View commit details
    Browse the repository at this point in the history
  2. Start work on TimeWindow type

    Perksey committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1a7a5c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    3e222b0 View commit details
    Browse the repository at this point in the history
  2. revert changes to windowing

    Perksey committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    1bf2b42 View commit details
    Browse the repository at this point in the history
  3. minor tweaks

    Perksey committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    c3a0dc7 View commit details
    Browse the repository at this point in the history