You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-17Lines changed: 31 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,38 @@ Loader for AsyncProfiler
2
2
========================
3
3
4
4
Packages [async-profiler](https://github.com/jvm-profiling-tools/async-profiler) releases in a JAR
5
-
with a`AsyncProfilerLoader` (version 2+) that loads the suitable native library for the current platform.
5
+
with an`AsyncProfilerLoader` (version 2+) that loads the suitable native library for the current platform.
6
6
7
7
This is usable as a java agent (same arguments as the async-profiler agent) and as the basis for other libraries.
8
8
The real rationale behind this library is that the async-profiler is a nice tool, but it cannot be easily integrated
9
-
into other Javabased tools.
9
+
into other Java-based tools.
10
10
11
11
The wrapper is tested against all relevant tests of the async-profiler tool, ensuring that it has the same behavior.
12
12
13
-
Take the `all` build and you have a JAR that provides the important features of async-profiler on all supported
13
+
Take the [`all` build](https://github.com/parttimenerd/ap-loader/releases/latest/download/ap-loader-all.jar) and you have a JAR that provides the important features of async-profiler on all supported
14
14
platforms.
15
15
16
-
A changelog can be found at the async-profiler repository, as this library should rarely change itself.
16
+
A changelog can be found in the async-profiler repository, as this library should rarely change itself.
17
17
18
18
_This project assumes that you used async-profiler before, if not, don't worry, you can still use this project,
19
-
but be aware that it's documentation refers you to the async-profiler documentation a lot._
19
+
but be aware that its documentation refers you to the async-profiler documentation a lot._
20
20
21
21
_fdtransfer is currently not supported, feel free to create an issue if you need it._
0 commit comments