extra-time

A library designed to capture execution time in a more granular way than clojure.core's time, but less so than a proper profiling tool.

Leiningen/Boot

[extra-time "0.1.0"]

Clojure CLI/deps.edn

extra-time/extra-time {:mvn/version "0.1.0"}

Gradle

implementation("extra-time:extra-time:0.1.0")

Maven

<dependency>
  <groupId>extra-time</groupId>
  <artifactId>extra-time</artifactId>
  <version>0.1.0</version>
</dependency>