Documentation edits

This commit is contained in:
Andrei Pangin
2025-01-03 02:50:54 +00:00
parent 1b7bb4adca
commit fa937dbbc3
8 changed files with 104 additions and 90 deletions

View File

@@ -2,13 +2,13 @@
The scope of profiling non-java applications is limited to the case when profiler is controlled
programmatically from the process being profiled and with LD_PRELOAD. It is worth noting that
[dynamic attach](https://github.com/async-profiler/async-profiler/blob/master/docs/IntegratingAsyncProfiler.md#launching-as-an-agent)
[dynamic attach](IntegratingAsyncProfiler.md#launching-as-an-agent)
which is available for Java is not supported for non-Java profiling.
## C API
Similar to the
[Java API](https://github.com/async-profiler/async-profiler/blob/master/docs/IntegratingAsyncProfiler.md#using-java-api),
[Java API](IntegratingAsyncProfiler.md#using-java-api),
there is a C API for using inside native applications.
```