stopwatch

A small, simple, composable library for timing expression evaluation.

Leiningen/Boot

[stopwatch "0.1.0"]

Clojure CLI/deps.edn

stopwatch/stopwatch {:mvn/version "0.1.0"}

Gradle

implementation("stopwatch:stopwatch:0.1.0")

Maven

<dependency>
  <groupId>stopwatch</groupId>
  <artifactId>stopwatch</artifactId>
  <version>0.1.0</version>
</dependency>