Index of Public Functions and Variables - tools.trace 0.7.12-SNAPSHOT (in development)

This page has an alphabetical index of all the documented functions and variables in tools.trace.

Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

A


  

B


  

C

 clone-throwable              function      clojure.tools.trace 

  

D

 deftrace                     macro         clojure.tools.trace Use in place of defn; traces each call/return of ...
 dotrace                      macro         clojure.tools.trace Given a sequence of function identifiers, evaluat...

  

E


  

F


  

G


  

H


  

I


  

J


  

K


  

L


  

M


  

N


  

O


  

P


  

Q


  

R


  

S


  

T

 ThrowableRecompose           protocol      clojure.tools.trace Protocol to isolate trace-form from convoluted th...
 trace                        function      clojure.tools.trace Sends name (optional) and value to the tracer fun...
 trace-forms                  macro         clojure.tools.trace Trace all the forms in the given body. Returns an...
 trace-ns                     macro         clojure.tools.trace Trace all fns in the given name space. The given ...
 trace-vars                   macro         clojure.tools.trace Trace each of the specified Vars. The arguments m...
 traceable?                   function      clojure.tools.trace Returns true if the given var can be traced, fals...
 traced?                      function      clojure.tools.trace Returns true if the given var is currently traced...

  

U

 untrace-ns                   macro         clojure.tools.trace Untrace all fns in the given name space. The give...
 untrace-vars                 macro         clojure.tools.trace Untrace each of the specified Vars. Reverses the ...

  

V


  

W


  

X


  

Y


  

Z


  

Other


  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.