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

[release/5.0] Fix reading performance counters on Windows ARM64 #46590

Merged
merged 4 commits into from
Jan 14, 2021

Commits on Jan 5, 2021

  1. Remove dependency on PerfCounter.dll (dotnet#45142)

    * 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.
    
    * Update conditions on performance counter tests.
    
    * Condition more perf counter tests
    ericstj committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    82d4837 View commit details
    Browse the repository at this point in the history
  2. Build PerformanceCounter package in servicing

    Update assembly version of PerformanceCounter package and build it in
    servicing.
    
    Also update the package baseline to ensure that Windows.Compatibility
    package gets the new version.
    ericstj committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    2abfba0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

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

Commits on Jan 14, 2021

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