summaryrefslogtreecommitdiff
path: root/general/perfcounters
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 19:15:06 -0700
committerDen Delimarsky <[email protected]>2019-03-13 19:15:06 -0700
commitdbc7785c3a7ced56ecac6b5a9dfb81ef45dedac6 (patch)
tree2a8e1a39358b66cc2bc0d85e163956aafd5ccd16 /general/perfcounters
parentffeacc14932f98db4e7926825909a37d2b6d332f (diff)
Update manifests
Diffstat (limited to 'general/perfcounters')
-rw-r--r--general/perfcounters/kcs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/general/perfcounters/kcs/README.md b/general/perfcounters/kcs/README.md
index 347dc1bc..fc916e55 100644
--- a/general/perfcounters/kcs/README.md
+++ b/general/perfcounters/kcs/README.md
@@ -24,4 +24,4 @@ This module contains sample code to demonstrate how to provide counter data from
This sample driver should not be used in a production environment.
-The Microsoft Windows operating system allows system components and third parties to expose performance metrics in a standard way by using [Performance Counters](http://msdn.microsoft.com/en-us/library/windows/hardware/aa373083). Kernel-mode PCW providers are installed in the system as Performance Counter Library (PERFLIB) (Version 2 providers), which allows their counters to be browsed, and allows for data collection and instance enumeration. Consumers can query KM PCW providers by using PDH and PERFLIB Version 1 without any modification to the consumer code.
+The Microsoft Windows operating system allows system components and third parties to expose performance metrics in a standard way by using [Performance Counters](http://msdn.microsoft.com/en-us/library/windows/hardware/aa373083). Kernel-mode PCW providers are installed in the system as Performance Counter Library (PERFLIB) (Version 2 providers), which allows their counters to be browsed, and allows for data collection and instance enumeration. Consumers can query KM PCW providers by using PDH and PERFLIB Version 1 without any modification to the consumer code. \ No newline at end of file