docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 4.0Web Developer ManualProgramming Tags
Copyright © 2006, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<cache>
<?cdata ?>
<cgi>
<clear-session>
<crypt>
<debug>
<dice>
<eval>
<force-session-id>
<fsize>
<gauge>
<maketag>
<nocache>
<nooutput>
<noparse>
<?noparse ?>
<page-size>
<?perl ?>
<?pike ?>
<servlet>
<session>
<set-max-cache>
<trace>
<writefile>

<gauge></gauge>

Provided by module: Tags: RXML 2 tags

Measures how much CPU time it takes to run its contents through the RXML parser. Returns the number of seconds it took to parse the contents.


Attributes

variable="string"

The result will be put into a variable. E.g. variable="var.gauge" will put the result in a variable that can be reached with &var.gauge;.


silent

Don't print anything.


timeonly

Only print the time.


resultonly

Only print the result of the parsing. Useful if you want to put the time in a database or such.