Skip to content

Commit b02434b

Browse files
committed
async-profiler#1268: Documentation should refer to libasyncProfiler.dylib on macOS
1 parent 9c29328 commit b02434b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/IntegratingAsyncProfiler.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ it is possible to attach async-profiler as an agent on the command line. For exa
99
$ java -agentpath:/path/to/libasyncProfiler.so=start,event=cpu,file=profile.html ...
1010
```
1111

12+
On macOS, the library name is `libasyncProfiler.dylib` instead of `libasyncProfiler.so`.
13+
1214
Agent library is configured through the JVMTI argument interface.
1315
The format of the arguments string is described
1416
[in the source code](https://github.com/async-profiler/async-profiler/blob/v4.3/src/arguments.cpp#L39).

0 commit comments

Comments
 (0)