diff options
Diffstat (limited to 'profile-api.html')
-rw-r--r-- | profile-api.html | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/profile-api.html b/profile-api.html index f13d4749..4885ce67 100644 --- a/profile-api.html +++ b/profile-api.html @@ -1,6 +1,6 @@ <html> <head> - <title>profile API reference (clojure.contrib)</title> + <title>profile API reference (Clojure-contrib)</title> <link href="static/favicon.png" rel="icon" /> <link href="static/favicon.png" rel="shortcut icon" /> <link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" /> @@ -15,7 +15,7 @@ <![endif]--> </head> <!-- -This document was auto-generated from the clojure.contrib source by contrib-autodoc. +This document was auto-generated from the source by the clojure autodoc system. To report errors or ask questions about the overall documentation structure, formatting, etc., contact Tom Faulhaber (google mail name: tomfaulhaber). For errors in the documentation of a particular namespace, contact the author of that @@ -25,7 +25,7 @@ namespace. <div id="AllContentContainer"> <div id="Header"> <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a> - <h1><a title="Clojure-contrib" href="index.html">Clojure-contrib</a></h1> + <h1><a title="page header title" id="page-header" href="index.html">Clojure-contrib</a></h1> </div> <div id="leftcolumn"><div><div style="text-align: center;"></div> <div class="menu"> @@ -48,17 +48,17 @@ namespace. <div style="margin-left: 1em;" class="toc-section"> <a href="#toc0">Overview</a> <div style="margin-left: 1em;" class="toc-entry"> - <a href="#profile/*enable-profiling*">*enable-profiling*</a> + <a href="#clojure.contrib.profile/*enable-profiling*">*enable-profiling*</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#profile/print-summary">print-summary</a> + <a href="#clojure.contrib.profile/print-summary">print-summary</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#profile/prof">prof</a> + <a href="#clojure.contrib.profile/prof">prof</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#profile/profile">profile</a> + <a href="#clojure.contrib.profile/profile">profile</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#profile/summarize">summarize</a> + <a href="#clojure.contrib.profile/summarize">summarize</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#profile/with-profile-data">with-profile-data</a> + <a href="#clojure.contrib.profile/with-profile-data">with-profile-data</a> </div> <br /> </div> @@ -98,7 +98,7 @@ under the JVM. See the function documentation for more details.</pre> <div id="var-entry"> <br /> <hr /> - <h2 id="profile/*enable-profiling*">*enable-profiling*</h2> + <h2 id="clojure.contrib.profile/*enable-profiling*">*enable-profiling*</h2> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Set this to false before loading/compiling to omit @@ -107,7 +107,7 @@ profiling code.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="profile/print-summary">print-summary</h2> + <h2 id="clojure.contrib.profile/print-summary">print-summary</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (print-summary profile-summary) </pre> @@ -116,7 +116,7 @@ profiling code.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="profile/prof">prof</h2> + <h2 id="clojure.contrib.profile/prof">prof</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (prof name & body) </pre> @@ -128,7 +128,7 @@ Timings are measured with System/nanoTime.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="profile/profile">profile</h2> + <h2 id="clojure.contrib.profile/profile">profile</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (profile & body) </pre> @@ -138,7 +138,7 @@ results. Returns nil.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="profile/summarize">summarize</h2> + <h2 id="clojure.contrib.profile/summarize">summarize</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (summarize profile-data) </pre> @@ -156,7 +156,7 @@ profiled section, in nanoseconds.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="profile/with-profile-data">with-profile-data</h2> + <h2 id="clojure.contrib.profile/with-profile-data">with-profile-data</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (with-profile-data & body) </pre> @@ -174,9 +174,7 @@ nanoseconds.</pre> </div> </div> <div id="foot"> - <div style="text-align: center;"> - Copyright 2008-2009 Rich Hickey and the various contributors - </div> + <div style="text-align: center;" id="copyright">Copyright 2007-2009 by Rich Hickey and the various contributors</div> </div> </div> <div id="DesignedBy">Logo & site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br /> |