init research
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
(ns profile
|
||||
(:require [clj-async-profiler.core :as prof]))
|
||||
|
||||
(defn -main []
|
||||
(println "Profiling...")
|
||||
(prof/profile (require '[tablecloth.api]))
|
||||
(println "Done. See /tmp/clj-async-profiler/results/"))
|
||||
Reference in New Issue
Block a user