hack
This commit is contained in:
parent
97369859dd
commit
4c0892a7a5
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
[goog.string]
|
[goog.string]
|
||||||
[sci.core :as sci]))
|
[sci.core :as sci]))
|
||||||
|
|
||||||
(defmacro time
|
(clojure.core/defmacro time
|
||||||
"Evaluates expr and prints the time it took. Returns the value of expr."
|
"Evaluates expr and prints the time it took. Returns the value of expr."
|
||||||
[expr]
|
[expr]
|
||||||
`(let [start# (cljs.core/system-time)
|
`(let [start# (cljs.core/system-time)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue