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

CI Timing Statistics #38598

Merged

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    c75c23a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c51704d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73c8dca View commit details
    Browse the repository at this point in the history
  4. Flat event based timer variation

    Event based timer allows for easily starting and stopping timers without
    wiping sub-timer data. It also requires less branching logic when
    tracking time.
    
    The json output is non-hierarchical in this version and hierarchy is
    less rigidly enforced between starting and stopping.
    kwryankrattiger committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3650f38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8520aef View commit details
    Browse the repository at this point in the history
  6. Update completion

    kwryankrattiger committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    dadaf4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cd73b1 View commit details
    Browse the repository at this point in the history
  8. Fix unit tests

    kwryankrattiger committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    76c8871 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16ed939 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    587b945 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d936549 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f35f44 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5bd713c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a86c3ad View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c8449ac View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Fix null timer yield value

    haampie committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    891b6d4 View commit details
    Browse the repository at this point in the history
  2. fix type hints

    haampie committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    99c0f1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d23c7a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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