aboutsummaryrefslogtreecommitdiff
path: root/branch-1.1.x/profile-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'branch-1.1.x/profile-api.html')
-rw-r--r--branch-1.1.x/profile-api.html15
1 files changed, 6 insertions, 9 deletions
diff --git a/branch-1.1.x/profile-api.html b/branch-1.1.x/profile-api.html
index 837b77aa..9def9b67 100644
--- a/branch-1.1.x/profile-api.html
+++ b/branch-1.1.x/profile-api.html
@@ -6,9 +6,6 @@
<link media="all" type="text/css" href="../static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/internal.css" rel="stylesheet" />
- <!-- TODO: are we using these (from clojure.org)? If so, add the files -->
- <script src="file/view/code_highlighter.js" type="text/javascript"></script>
- <script src="file/view/clojure.js" type="text/javascript"></script>
<style>.menuWrapper{height: 36px;}</style>
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" />
@@ -116,7 +113,7 @@ under the JVM. See the function documentation for more details.</pre>
profiling code.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L42" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L42" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -127,7 +124,7 @@ profiling code.</pre>
<pre id="var-docstr">Prints a table of the results returned by summarize.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L95" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L95" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -141,7 +138,7 @@ Returns the result of body. Profile timings will be stored in
Timings are measured with System/nanoTime.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L45" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L45" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -153,7 +150,7 @@ Timings are measured with System/nanoTime.</pre>
results. Returns nil.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L106" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L106" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -173,7 +170,7 @@ section was executed. :sum is the total amount of time spent in the
profiled section, in nanoseconds.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L73" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L73" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -187,7 +184,7 @@ names (keywords), and values are lists of elapsed time, in
nanoseconds.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L63" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/4c1bd15f0bc1764b68ca9ceb16201b7fcadca56b/src/clojure/contrib/profile.clj#L63" id="var-source">Source</a>
</div>