public class AsyncProfilerDistribution
extends java.lang.Object
Note, that Async-Profiler executable was as shell script up to version 2.x, also the async profile library had the `.so` extension even on macOS, (a .dylib symlink was introduced in 2.8). Starting from async-profiler 3.0, the executable is a binary.
async-profiler-3.0-macos
├── bin
│ └── asprof
├── CHANGELOG.md
├── lib
│ ├── async-profiler.jar
│ ├── converter.jar
│ └── libasyncProfiler.dylib
├── LICENSE
└── README.md
async-profiler-4.2-macos
├── bin
│ ├── asprof
│ └── jfrconv
├── include
│ └── asprof.h
├── lib
│ └── libasyncProfiler.dylib
├── LICENSE
└── README.md
| Modifier and Type | Class and Description |
|---|---|
static class |
AsyncProfilerDistribution.Version
Async Profiler Version.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getExecutable() |
java.io.File |
getLibrary() |
AsyncProfilerDistribution.Version |
getVersion() |
public java.io.File getExecutable()
public java.io.File getLibrary()
public AsyncProfilerDistribution.Version getVersion()