Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

v1.1.0

Latest

Choose a tag to compare

@Splatcrafter Splatcrafter released this 18 Aug 12:51
· 1 commit to main since this release

πŸš€ 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.