You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2006/03/31 03:05:26 UTC

svn commit: r390293 - /jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml

Author: sebb
Date: Thu Mar 30 17:05:25 2006
New Revision: 390293

URL: http://svn.apache.org/viewcvs?rev=390293&view=rev
Log:
Improve timer documentation

Modified:
    jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml?rev=390293&r1=390292&r2=390293&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/component_reference.xml Thu Mar 30 17:05:25 2006
@@ -2308,12 +2308,14 @@
 <section name="&sect-num;.6 Timers" anchor="timers">
 <description>
 	<br></br>
-	Note that timers are processed at the start of the scope in which they are found;
-	if there are several timers in the same scope, all the timers will be processed.
+	Note that timers are processed before <b>each sampler</b> in the scope in which they are found;
+	if there are several timers in the same scope, <b>all</b> the timers will be processed before
+	<b>each</b> sampler.
 	To apply a timer to a single sampler, add the timer as a child element to the sampler.
 	The timer will be applied before the sampler is executed.
 	To apply a timer after a sampler, either add it to the next sampler, or add it as the
-	child of a simple logic controller immediately after the sampler.
+	child of a simple logic controller immediately after the sampler. 
+	The Simple Controller must contain a sampler or the timer will not be applied.
 	<br></br>
 </description>
 <component name="Constant Timer" index="&sect-num;.6.1" anchor="constant" screenshot="timers/constant_timer.gif">



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org