(defn-traced fname & fdecl)
Drop-in replacement for clojure.core/defn.
Tells Newrelic that entry/exit to this function should be traced. Allows time spent in this function to be tracked as a % of total request time.
If one function defined with defn-traced calls another defined with defn-traced, Newrelic will correctly show both in its transaction trace and show how much time was spent inside/outside the inner function.
Drop-in replacement for clojure.core/defn. Tells Newrelic that entry/exit to this function should be traced. Allows time spent in this function to be tracked as a % of total request time. If one function defined with defn-traced calls another defined with defn-traced, Newrelic will correctly show both in its transaction trace and show how much time was spent inside/outside the inner function.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |