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.2"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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