dotPerfStat 0.0.4

dotnet add package dotPerfStat --version 0.0.4
                    
NuGet\Install-Package dotPerfStat -Version 0.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="dotPerfStat" Version="0.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="dotPerfStat" Version="0.0.4" />
                    
Directory.Packages.props
<PackageReference Include="dotPerfStat" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add dotPerfStat --version 0.0.4
                    
#r "nuget: dotPerfStat, 0.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package dotPerfStat@0.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=dotPerfStat&version=0.0.4
                    
Install as a Cake Addin
#tool nuget:?package=dotPerfStat&version=0.0.4
                    
Install as a Cake Tool

dotPerfStat

dotPerfStat is a .NET library that exposes access to hardware performance counters through a logical, consistent, and cross-platform abstraction.

Important Note

This project is currently a hobby undertaking. I've used GenAI tools to help with some of the more platform-specific code, especially on macOS. I DO NOT offer this code as a production-ready (or even well-tested) library (read: if you break your stuff with this code, it's your own fault).

That said, the purpose of this project is for me to learn. I've open-sourced the code because I believe in sharing useful tools, which is what I hope this becomes. If you find it useful or helpful, by all means use it! I would love to hear your feedback and suggestions for improvement. File an issue and I'll respond when I can.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.4 223 7/9/2025
0.0.3 133 4/26/2025
0.0.2 125 4/26/2025