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 it easy to add more stat types to work packet statistics #324

Merged
merged 16 commits into from
May 28, 2021

Commits on May 20, 2021

  1. Add perfmon to Stats

    caizixian committed May 20, 2021
    Configuration menu
    Copy the full SHA
    5477da3 View commit details
    Browse the repository at this point in the history
  2. Refactor worker stat type

    caizixian committed May 20, 2021
    Configuration menu
    Copy the full SHA
    e6aa5d3 View commit details
    Browse the repository at this point in the history
  3. Revert "Add perfmon to Stats"

    This reverts commit ce0c3f9.
    caizixian committed May 20, 2021
    Configuration menu
    Copy the full SHA
    ca1bf18 View commit details
    Browse the repository at this point in the history
  4. Implement as trait object

    caizixian committed May 20, 2021
    Configuration menu
    Copy the full SHA
    6fccad5 View commit details
    Browse the repository at this point in the history
  5. Fix test

    caizixian committed May 20, 2021
    Configuration menu
    Copy the full SHA
    dfd64e3 View commit details
    Browse the repository at this point in the history
  6. Fix clippy

    caizixian committed May 20, 2021
    Configuration menu
    Copy the full SHA
    fcb7dc7 View commit details
    Browse the repository at this point in the history
  7. Refactor out work counters

    caizixian committed May 20, 2021
    Configuration menu
    Copy the full SHA
    973503b View commit details
    Browse the repository at this point in the history
  8. Make counter name a String

    caizixian committed May 20, 2021
    Configuration menu
    Copy the full SHA
    c39b824 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffb1f70 View commit details
    Browse the repository at this point in the history
  10. Fix rustfmt

    caizixian committed May 20, 2021
    Configuration menu
    Copy the full SHA
    61bd95c View commit details
    Browse the repository at this point in the history
  11. Document work counters

    caizixian committed May 20, 2021
    Configuration menu
    Copy the full SHA
    55fcf85 View commit details
    Browse the repository at this point in the history
  12. Revert "Fix test"

    This reverts commit dfd64e3.
    caizixian committed May 20, 2021
    Configuration menu
    Copy the full SHA
    fc44c4b View commit details
    Browse the repository at this point in the history
  13. More documentation

    caizixian committed May 20, 2021
    Configuration menu
    Copy the full SHA
    63e257d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Fix typo

    Co-authored-by: Yi Lin <[email protected]>
    caizixian and qinsoon authored May 21, 2021
    Configuration menu
    Copy the full SHA
    76c5b6e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

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

Commits on May 28, 2021

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