diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-12-04 06:50:25 -0800 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-12-04 06:50:25 -0800 |
commit | 071b4fa1320276456f0ff78d504eda2d4de7d7af (patch) | |
tree | a86942f4cbeebd13fec13373bd476bacdbb7eb9d /profile-api.html | |
parent | 332c0a75ad36864f310d2b1ea8d15c853ce4af93 (diff) |
Manual (forced) documentation build for commit b902ebe3c80ec86d4f80f8cce6d2faabc8da5278
Diffstat (limited to 'profile-api.html')
-rw-r--r-- | profile-api.html | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/profile-api.html b/profile-api.html index c40fb486..4885ce67 100644 --- a/profile-api.html +++ b/profile-api.html @@ -103,8 +103,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/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> + <a href="http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L42" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -113,8 +112,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L4 <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/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> + <a href="http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L95" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -126,8 +124,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L9 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/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> + <a href="http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L45" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -137,8 +134,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L4 </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/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> + <a href="http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L106" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -156,8 +152,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/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> + <a href="http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L73" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -169,8 +164,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/profile.clj#L7 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/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> + <a href="http://github.com/richhickey/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L63" id="var-source">Source</a> </div> |