Releases: L3tum/HardwareInformation
Releases · L3tum/HardwareInformation
v2.1.7
v2.1.6
v2.1.5
v2.1.4
- Removed core frequency monitoring. While the method was sound in theory, in practice it meant a huge performance waste through context switching and the PerformanceCounter. In practice most actual monitoring programs use the MSRs present, which requires a kernel driver. Seems like there's a pattern...
v2.1.3
v2.1.2
v2.1.1
v2.1.0
- Added XML doc to nuget and improved doccomments
- Added Platform as a parameter to capture the OS easier
- Added Github Action to execute a simple test on all environments supported
- Improved error handling
- Fixed some OS-specific bugs
- Removed some hard-dependecies on certain features
- Removed GPR for now as dotnet CLI is not supported by it
- Stubbed out OSX thread affinity setting as it's not natively supported without some major modifications. The code should still work the same for the most part until Intel big.LITTLE comes