async_profiler
: Setup async-profiler
async_profiler::config
: Auxiliary configuration for async-profilerasync_profiler::install
: Download and extract the distribution archive
Setup async-profiler
The following parameters are available in the async_profiler
class:
Data type: Array
A list of profiler capabilities.
Data type: Stdlib::Compat::Absolute_path
Specifies the base directory where async-profiler should be installed. A new subdirectory for each version will be created.
Data type: Boolean
Whether to manage profiler capabilities.
Data type: Boolean
Whether to maintain a symlink for the current version.
Data type: Variant[Stdlib::HTTPUrl,Stdlib::HTTPSUrl]
Specifies the base URL where the distribution archive can be downloaded.
Data type: String
Controls the name of a version-independent symlink. It will always point
to the release specified by $version
.
Data type: String
Specifies the version of async-profiler that should be installed.