summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKshama Pawar <kspawa@microsoft.com>2016-06-09 16:10:53 -0700
committerGitHub <noreply@github.com>2016-06-09 16:10:53 -0700
commit79ec97085bd1ee0b7eed4345be0623e476f4f3f6 (patch)
tree69d41830e036b48f95d9c30bc71b42a63a0b1fd0
parentee62e38abaa575149a20e9a37fc381f0f7422f1c (diff)
downloadcoreclr-79ec97085bd1ee0b7eed4345be0623e476f4f3f6.tar.gz
coreclr-79ec97085bd1ee0b7eed4345be0623e476f4f3f6.tar.bz2
coreclr-79ec97085bd1ee0b7eed4345be0623e476f4f3f6.zip
Update profiling-api-status.md
-rw-r--r--Documentation/project-docs/profiling-api-status.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/profiling-api-status.md b/Documentation/project-docs/profiling-api-status.md
index a1b4ac1af9..7aaec3cd4a 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
-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 whether they work. 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: