Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Sanchez <1175054+carlossanlop@users.noreply.github.com>2022-11-11 23:10:51 +0300
committerGitHub <noreply@github.com>2022-11-11 23:10:51 +0300
commit68b828489c1c219f3514a95803f99ba450260d0f (patch)
treeee32da53e9da4abd4e8a1894a6ad5d2e632bc8e1
parent81f3f4c782b357e149c02c09924a0c1afe6203e9 (diff)
System.Diagnostics.PerformanceCounter: Add README (#78244)
Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
-rw-r--r--src/libraries/System.Diagnostics.PerformanceCounter/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/README.md b/src/libraries/System.Diagnostics.PerformanceCounter/README.md
new file mode 100644
index 00000000000..ed5ad148dc7
--- /dev/null
+++ b/src/libraries/System.Diagnostics.PerformanceCounter/README.md
@@ -0,0 +1,17 @@
+# System.Diagnostics.PerformanceCounter
+
+This assembly exposes the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters.
+
+Documentation can be found at https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.performancecounter.
+
+## Contribution Bar
+
+- [x] [We only consider fixes to maintain or improve quality](../README.md#primary-bar)
+- [x] [We consider PRs that target this library for new source code analyzers](../README.md#secondary-bars)
+- [x] [We consider PRs with refactoring changes due to new language features](../README.md#secondary-bars)
+
+See the [Help Wanted](https://github.com/dotnet/runtime/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-System.Diagnostics.PerformanceCounter+label%3A%22help+wanted%22) issues.
+
+## Deployment
+
+`System.Diagnostics.PerformanceCounter` is provided as a [NuGet package](https://www.nuget.org/packages/System.Diagnostics.PerformanceCounter). \ No newline at end of file