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

i#6938 sched migrate: Add scheduler statistics #6939

Merged
merged 5 commits into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. i#6938 sched migrate: Add scheduler statistics

    Adds schedule statistics to memtrace_stream.h.  Implements these
    statistics in the streams returned by scheduler_t.  This initial round
    includes total switches, time preempts, and direct switch attempts and
    successes.
    
    Adds checks that these match the schedule_stats tool's values.
    
    Adds tests of the values to several key scheduler unit tests.
    
    Issue: #6938
    derekbruening committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2cf4f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    079f271 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    eaee39e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c710b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16b04c7 View commit details
    Browse the repository at this point in the history