tic-toc

Clojure profiler

Leiningen/Boot

[tic-toc "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

tic-toc/tic-toc {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("tic-toc:tic-toc:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>tic-toc</groupId>
  <artifactId>tic-toc</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>