<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Debug Timer</title><link>https://sourceforge.net/p/debugobject/wiki/Debug%2520Timer/</link><description>Recent changes to Debug Timer</description><atom:link href="https://sourceforge.net/p/debugobject/wiki/Debug%20Timer/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 03 Oct 2012 20:12:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/debugobject/wiki/Debug%20Timer/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Debug Timer modified by John Schlick</title><link>https://sourceforge.net/p/debugobject/wiki/Debug%2520Timer/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -33,5 +33,5 @@
 :::php
 function get_interval($output_text=false, $reset_start=true)
 ~~~~~
-&lt;b&gt;$output_text&lt;/b&gt; a boolean that determines whether to return a text string with "took" duration "seconds." or just the real.
-&lt;b&gt;$reset_start&lt;/b&gt; a boolean that is used to determine whether to reset the timers start time or not.
+&lt;b&gt;$output_text&lt;/b&gt;: a boolean that determines whether to return a text string with "took" duration "seconds." or just the real.
+&lt;b&gt;$reset_start&lt;/b&gt;: a boolean that is used to determine whether to reset the timers start time or not.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Schlick</dc:creator><pubDate>Wed, 03 Oct 2012 20:12:39 -0000</pubDate><guid>https://sourceforge.netc87463cd6db34bc00b1f869794bafc28b34f1512</guid></item><item><title>WikiPage Debug Timer modified by John Schlick</title><link>https://sourceforge.net/p/debugobject/wiki/Debug%2520Timer/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -18,13 +18,20 @@
 ~~~~~
 
 To display the output, call get_interval
-// some code here...
+
+~~~~~
+:::php
 if ($debug_object-&gt;execute_debug(-1))
 {
 	$debug_object-&gt;debug_output("Exit - " . $debug_timer-&gt;get_interval(true));
 }
+~~~~~
 
-The real definition is
+The full definition is:
+
+~~~~~
+:::php
 function get_interval($output_text=false, $reset_start=true)
-$output_text a boolean that determines whether to return a text string with "took" duration "seconds." or just the real.
-$reset_start a boolean that is used to determine whether to reset the timers start time or not.
+~~~~~
+&lt;b&gt;$output_text&lt;/b&gt; a boolean that determines whether to return a text string with "took" duration "seconds." or just the real.
+&lt;b&gt;$reset_start&lt;/b&gt; a boolean that is used to determine whether to reset the timers start time or not.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Schlick</dc:creator><pubDate>Wed, 03 Oct 2012 20:12:07 -0000</pubDate><guid>https://sourceforge.net58b20f2330cce6e8a52b16d38536bab533bcc423</guid></item><item><title>WikiPage Debug Timer modified by John Schlick</title><link>https://sourceforge.net/p/debugobject/wiki/Debug%2520Timer/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -1,13 +1,21 @@
 The Debug Timer
 ===
 The debug timer is very easy to use.  Define it and call its get method.
-	$debug_timer = new DebugTimer();
+
+~~~~~
+:::php
+$debug_timer = new DebugTimer();
+~~~~~
 or alternately:
-	if ($debug_object-&gt;execute_debug(-1))
-	{
-		$debug_object-&gt;debug_output("Start timer");
-		$debug_timer = new Debug_Timer();
-	}
+
+~~~~~
+:::php
+if ($debug_object-&gt;execute_debug(-1))
+{
+	$debug_object-&gt;debug_output("Start timer");
+	$debug_timer = new Debug_Timer();
+}
+~~~~~
 
 To display the output, call get_interval
 // some code here...
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Schlick</dc:creator><pubDate>Wed, 03 Oct 2012 20:10:23 -0000</pubDate><guid>https://sourceforge.netf7c637d1186cf10e9299fd2bcf1b30255d28a761</guid></item><item><title>WikiPage Debug Timer modified by John Schlick</title><link>https://sourceforge.net/p/debugobject/wiki/Debug%2520Timer/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,2 +1,22 @@
 The Debug Timer
 ===
+The debug timer is very easy to use.  Define it and call its get method.
+	$debug_timer = new DebugTimer();
+or alternately:
+	if ($debug_object-&gt;execute_debug(-1))
+	{
+		$debug_object-&gt;debug_output("Start timer");
+		$debug_timer = new Debug_Timer();
+	}
+
+To display the output, call get_interval
+// some code here...
+if ($debug_object-&gt;execute_debug(-1))
+{
+	$debug_object-&gt;debug_output("Exit - " . $debug_timer-&gt;get_interval(true));
+}
+
+The real definition is
+function get_interval($output_text=false, $reset_start=true)
+$output_text a boolean that determines whether to return a text string with "took" duration "seconds." or just the real.
+$reset_start a boolean that is used to determine whether to reset the timers start time or not.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Schlick</dc:creator><pubDate>Tue, 02 Oct 2012 22:49:08 -0000</pubDate><guid>https://sourceforge.net300281104e998977c44a79eb2cb292b2e270fb65</guid></item><item><title>WikiPage Debug Timer modified by John Schlick</title><link>https://sourceforge.net/p/debugobject/wiki/Debug%2520Timer/</link><description>The Debug Timer
===</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Schlick</dc:creator><pubDate>Tue, 02 Oct 2012 22:47:10 -0000</pubDate><guid>https://sourceforge.net97fb5da5c3c5954b273754246d659646496a7797</guid></item></channel></rss>