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

[Profile] fix threading issue #55704

Merged
merged 2 commits into from
Sep 7, 2024
Merged

[Profile] fix threading issue #55704

merged 2 commits into from
Sep 7, 2024

Commits on Sep 6, 2024

  1. [Profile] fix threading issue

    I forgot about the existence of threads, so had hard-coded this to only
    support one thread. Clearly that is not sufficient though, so use the
    semaphore here as it is intended to be used.
    
    Fixes #55703
    vtjnash committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    43425c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. test profiling with multiple threads

    (cherry picked from commit c04b0f1)
    IanButterworth committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    a9b7824 View commit details
    Browse the repository at this point in the history