summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorNoah Falk <noahfalk@users.noreply.github.com>2019-04-10 04:05:03 -0700
committerGitHub <noreply@github.com>2019-04-10 04:05:03 -0700
commit43e0ab4042b72d28a6254593c8f9ae29ce687eb0 (patch)
tree69f27dc49144ace2c982551f165b306cc7b1e8bd /Documentation
parent95d37e097086187692c770471d79810482971b34 (diff)
downloadcoreclr-43e0ab4042b72d28a6254593c8f9ae29ce687eb0.tar.gz
coreclr-43e0ab4042b72d28a6254593c8f9ae29ce687eb0.tar.bz2
coreclr-43e0ab4042b72d28a6254593c8f9ae29ce687eb0.zip
Update profiling-api-status.md
Clarifying that profiler attach/detach are a known gap
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/profiling-api-status.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/project-docs/profiling-api-status.md b/Documentation/project-docs/profiling-api-status.md
index 1cd9c7eb55..98d486cd12 100644
--- a/Documentation/project-docs/profiling-api-status.md
+++ b/Documentation/project-docs/profiling-api-status.md
@@ -18,6 +18,10 @@ The implementation of this API was making some questionable assumptions about Wi
ReJIT feature is only available on x86/x64 for now.
+### Profiler Attach/Detach
+
+We only support launch at the moment, see https://github.com/dotnet/coreclr/issues/16796
+
### Any issues we missed?
-Please let us know and we will get it addressed. Thanks! \ No newline at end of file
+Please let us know and we will get it addressed. Thanks!