Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpovazan committed Nov 11, 2024
1 parent 8f018c1 commit 914f9f0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/core/deploying/native-aot/diagnostics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ Native AOT shares some, but not all, diagnostics and instrumentation capabilitie

## Native AOT diagnostic support

The following table summarizes diagnostic features supported for Native AOT deployments:
The following table summarizes diagnostic features supported for Native AOT deployments and a more detailed description of diagnostics support on different platforms can be found on dedicated pages:

- [Desktop platforms](./desktop-platforms.md)
- [iOS-like platforms](./ios-like-platforms.md)

### [Desktop platforms](#tab/desktop-plat)

Expand All @@ -33,8 +36,3 @@ The following table summarizes diagnostic features supported for Native AOT depl
| [Native debugging](./ios-like-platforms.md#native-debugging) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
| [CPU Profiling](./ios-like-platforms.md#cpu-profiling) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
| [Heap analysis](./ios-like-platforms.md#heap-analysis) | | | <span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |

and a more detailed description of diagnostics support on different platforms can be found on dedicated pages:

- [Desktop platforms](./desktop-platforms.md)
- [iOS-like platforms](./ios-like-platforms.md)

0 comments on commit 914f9f0

Please sign in to comment.