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

Make one-shot stats faster #46448

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Commits on Sep 27, 2023

  1. Make one-shot stats faster

    This commit moves one-shot stats processing out of the publishing
    channels, i.e. collect stats directly.
    
    Also changes the method of getSystemCPUUsage() on Linux to return
    number of online CPUs also.
    
    Signed-off-by: Xinfeng Liu <XinfengLiu@icloud.com>
    xinfengliu committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    95aea39 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. adjust stats sampling order

    Signed-off-by: Xinfeng Liu <XinfengLiu@icloud.com>
    xinfengliu committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3d70af4 View commit details
    Browse the repository at this point in the history