This repository was archived by the owner on Feb 23, 2026. It is now read-only.
π Aether Profiler v1.1.0 β NO-OP Profiler Added
Aether Profiler is a lightweight and powerful profiler for the JVM.
This release introduces the NO-OP Profiler, a minimal overhead option that can be swapped in when you need profiling disabled but still want consistent API usage.
It continues to provide a modular and flexible way to handle profiling with features such as:
- β High-precision nano-time profiling
- β Hot-path tracking for performance bottlenecks
- β Auto-closing profiling segments to avoid leaks
- β NO-OP Profiler for near-zero overhead usage
π¦ Installation
Tip
π All Aether products are available on Maven Central β no extra repository required!
Maven
<dependency>
<groupId>de.splatgames.aether</groupId>
<artifactId>aether-profiler</artifactId>
<version>1.1.0</version>
</dependency>Gradle
dependencies {
implementation 'de.splatgames.aether:aether-profiler:1.1.0'
}π― Features in v1.1.0
- β Nano-time profiling
- β Hot-path tracking
- β Auto-closing profiling segments
- β NO-OP Profiler (minimal overhead alternative)
π Changelog
New in this release:
- β Added NO-OP Profiler implementation to allow seamless disablement with near-zero cost.
- π Internal improvements & refinements to the API.
π License
This project is licensed under the MIT License.