aboutsummaryrefslogtreecommitdiff
path: root/profile-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'profile-api.html')
-rw-r--r--profile-api.html18
1 files changed, 12 insertions, 6 deletions
diff --git a/profile-api.html b/profile-api.html
index 4885ce67..c40fb486 100644
--- a/profile-api.html
+++ b/profile-api.html
@@ -103,7 +103,8 @@ 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/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L42" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L42" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -112,7 +113,8 @@ 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/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L95" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L95" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -124,7 +126,8 @@ 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/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L45" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L45" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -134,7 +137,8 @@ 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/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L106" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L106" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -152,7 +156,8 @@ 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/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L73" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L73" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -164,7 +169,8 @@ 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/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L63" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/profile.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L63" id="var-source">Source</a>
</div>