summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKshama Pawar <kspawa@microsoft.com>2016-06-09 16:05:15 -0700
committerGitHub <noreply@github.com>2016-06-09 16:05:15 -0700
commitee62e38abaa575149a20e9a37fc381f0f7422f1c (patch)
tree87b1cfdbc12c87a3fb36a0ef2dece7b8400809bf
parentc72236d05d814b4f88240d5277f755cb81ab2bcb (diff)
downloadcoreclr-ee62e38abaa575149a20e9a37fc381f0f7422f1c.tar.gz
coreclr-ee62e38abaa575149a20e9a37fc381f0f7422f1c.tar.bz2
coreclr-ee62e38abaa575149a20e9a37fc381f0f7422f1c.zip
Update profiling-api-status.md
-rw-r--r--Documentation/project-docs/profiling-api-status.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/project-docs/profiling-api-status.md b/Documentation/project-docs/profiling-api-status.md
index a48b249299..a1b4ac1af9 100644
--- a/Documentation/project-docs/profiling-api-status.md
+++ b/Documentation/project-docs/profiling-api-status.md
@@ -1,6 +1,6 @@
-#Status of Coreclr Profiler APIs
+#Status of CoreCLR Profiler APIs
-The notes below will help you determine what profiling APIs are safe to use. The .Net Core project started with the codebase from the desktop CoreCLR/Silverlight so all the profiler APIs present there are also present in the code here. However that doesn't automatically imply that they are all working or being actively tested right now. Our goal is to eventually have everything tested and working across all the supported OSes. As we make progress we'll document it here. If you want to use APIs that we haven't tested yet you are welcome to do so, but you need to do your own testing to determine if it works. If you do test APIs we haven't gotten to yet, we hope you'll add a note below in the Community Tested API section so that everyone can benefit.
+The notes below will help you determine what profiling APIs are safe to use. The .NET Core project started with the codebase from the desktop CoreCLR/Silverlight so all the profiler APIs present there are also present in the code here. However that doesn't automatically imply that they are all working or being actively tested right now. Our goal is to eventually have everything tested and working across all the supported OSes. As we make progress we'll document it here. If you want to use APIs that we haven't tested yet you are welcome to do so, but you need to do your own testing to determine if it works. If you do test APIs we haven't gotten to yet, we hope you'll add a note below in the Community Tested API section so that everyone can benefit.
##Microsoft Tested APIs:
@@ -33,14 +33,14 @@ The notes below will help you determine what profiling APIs are safe to use. The
* `COR_PRF_DISABLE_INLINING`
###Linux
-###OSX
+###OS X
##Community Tested APIs (please include GitHub handle)
###Windows
###Linux
-###OSX
+###OS X
##APIs definitely known not to work yet
###Windows
###Linux
-###OSX
+###OS X