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

Add a tracing warning when a thread blocks steps #162

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jan 9, 2024

  1. Add a tracing warning when a thread blocks steps

    Add a warning to the sim when a given host or client blocks progress in
    a simulation run. This works by spawning a background thread for each
    run that periodically checks the steps taken by the simulation. If the
    number of steps is the same between checks then the thread adds the
    tracing info.
    Benjscho committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e890f25 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Cleanup early

    Benjscho committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7c5c325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    748c17a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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