diff options
-rw-r--r-- | Documentation/project-docs/profiling-api-status.md | 6 |
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! |