aboutsummaryrefslogtreecommitdiff
path: root/profile-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-07-30 21:30:28 -0700
committerTom Faulhaber <git_net@infolace.com>2009-07-30 21:30:28 -0700
commit701e5d00a7053ed35825718b196dbfffb6d53825 (patch)
treee7afe8276fa280a65268b02f55e1d3fbe104a312 /profile-api.html
parent8b80c49a4eae83d09003fcbfbe78c261398fb287 (diff)
Updated documentation for commit acbd2097ddfbe5db48b486b6b706bdb59d412a69
Diffstat (limited to 'profile-api.html')
-rw-r--r--profile-api.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/profile-api.html b/profile-api.html
index 83cef220..9e933c29 100644
--- a/profile-api.html
+++ b/profile-api.html
@@ -110,7 +110,7 @@ under the JVM. See the function documentation for more details.</pre>
<pre id="var-usage"></pre>
<pre id="var-docstr">Set this to false before loading/compiling to omit
profiling code.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/profile.clj#L42" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/profile.clj#L42" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="profile/print-summary">print-summary</h2>
@@ -118,7 +118,7 @@ profiling code.</pre>
<pre id="var-usage">Usage: (print-summary profile-summary)
</pre>
<pre id="var-docstr">Prints a table of the results returned by summarize.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/profile.clj#L95" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/profile.clj#L95" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="profile/prof">prof</h2>
@@ -129,7 +129,7 @@ profiling code.</pre>
Returns the result of body. Profile timings will be stored in
*profile-data* using name, which must be a keyword, as the key.
Timings are measured with System/nanoTime.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/profile.clj#L45" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/profile.clj#L45" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="profile/profile">profile</h2>
@@ -138,7 +138,7 @@ Timings are measured with System/nanoTime.</pre>
</pre>
<pre id="var-docstr">Runs body with profiling enabled, then prints a summary of
results. Returns nil.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/profile.clj#L106" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/profile.clj#L106" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="profile/summarize">summarize</h2>
@@ -155,7 +155,7 @@ like:
in nanoseconds. :count is the total number of times the profiled
section was executed. :sum is the total amount of time spent in the
profiled section, in nanoseconds.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/profile.clj#L73" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/profile.clj#L73" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="profile/with-profile-data">with-profile-data</h2>
@@ -166,7 +166,7 @@ profiled section, in nanoseconds.</pre>
Returns the raw profile data as a map. Keys in the map are profile
names (keywords), and values are lists of elapsed time, in
nanoseconds.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/profile.clj#L63" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/profile.clj#L63" id="var-source">Source</a>
</div>