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

Remove dependency on PerfCounter.dll #45142

Merged
merged 3 commits into from
Dec 1, 2020

Commits on Nov 24, 2020

  1. Remove dependency on PerfCounter.dll

    This dependency was unnecessary and only for calling through to pdh.dll.
    
    PerfCounter.dll is still needed for the consumption side of performance
    counters, but removing from the dependency from the .NET can help enable
    some scenarios like reading non-.NET counters.
    ericstj committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f589278 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

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

Commits on Nov 30, 2020

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