Skip to content

Releases: aether-framework/aether-profiler

v1.1.0

18 Aug 12:51

Choose a tag to compare

🚀 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.

Release First stable release of Aether Profiler 🚀

18 Aug 11:50

Choose a tag to compare

🚀 Aether Profiler v1.0.0 – Initial Release

Aether Profiler is a lightweight and powerful profiler for the JVM.
It provides 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

📦 Installation

Tip

🎉 All Aether products are now available on Maven Central – no extra repository required!

Maven

<dependency>
    <groupId>de.splatgames.aether</groupId>
    <artifactId>aether-profiler</artifactId>
    <version>1.0.0</version>
</dependency>

Gradle

dependencies {
    implementation 'de.splatgames.aether:aether-profiler:1.0.0'
}

🎯 Features in v1.0.0

  • ✅ Nano-time profiling
  • ✅ Hot-path tracking
  • ✅ Auto-closing profiling segments

📝 Changelog

New in this release:

  • 🎉 Initial stable release with all core functionality

📜 License

This project is licensed under the MIT License.