docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualProgramming tags
   

  • <awizard>
  • <cache>
  • <crypt>
  • <debug>
  • <gauge>
  • <maketag>
  • <nooutput>
  • <noparse>
  • <pike>
  • <set-max-cache>
  • <trace>
  • <gauge></gauge>

    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

    define
    define=string
    The result will be put into a variable. E.g. define=var.gauge vill 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 the result of the parsing. Useful if you want to put the time in a database or such.