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 counter for tracking component monitor evaluations #1343

Merged
merged 4 commits into from
Sep 6, 2024

Commits on Sep 5, 2024

  1. Fix crash when fetching WorldSummary before it's initialized

    Summary: This upstreams a fix for a crash that happens when an explorer client sends a request before the first time the world summary system has ran.
    
    Differential Revision: D62050988
    SanderMertens authored and facebook-github-bot committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    64148d3 View commit details
    Browse the repository at this point in the history
  2. Use __alignof__ on clang

    Summary: This upstreams a change that ensures that `__alignof__` is used when compiling with clang.
    
    Differential Revision: D62051794
    SanderMertens authored and facebook-github-bot committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    34158ff View commit details
    Browse the repository at this point in the history
  3. Improve usability of ecs_set_entity_range function

    Summary:
    This diff upstreams two changes:
    - Providing 0 for the `offset` parameter will default to the max issued entity id
    - Setting the `limit` parameter to a lower value is now allowed
    
    Differential Revision: D62052785
    SanderMertens authored and facebook-github-bot committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7d413cb View commit details
    Browse the repository at this point in the history
  4. Add counter for tracking component monitor evaluations

    Summary: This diff upstreams a change that adds a counter for evaluating how often component monitors are evaluated.
    
    Reviewed By: Jason-M-Fugate
    
    Differential Revision: D62054195
    SanderMertens authored and facebook-github-bot committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    58249bf View commit details
    Browse the repository at this point in the history