File: ThreadTest.log

package info (click to toggle)
xerces-c 3.3.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 19,944 kB
  • sloc: cpp: 167,332; xml: 23,639; sh: 4,935; ansic: 3,988; makefile: 1,438; perl: 355; javascript: 18
file content (20 lines) | stat: -rw-r--r-- 1,352 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
No input XML file specified on command line.
usage:  ThreadTest [-v] [-threads nnn] [-time nnn] [-quiet] [-verbose] xmlfile...
     -v=xxx         Validation scheme [always | never | auto].  Default is AUTO.
     -n             Enable namespace processing. Defaults to off.
     -s             Enable schema processing. Defaults to off.
     -f             Enable full schema constraint checking. Defaults to off.
     -parser=xxx    Parser Type [dom | sax | sax2].  Default is SAX (SAX1).
     -p             Enable namespace prefixes. Defaults to off.
                    (Only used with -parser=sax2, ignored otherwise.)
     -quiet         Suppress periodic status display.
     -verbose       Display extra messages.
     -reuse         Retain and reuse parser.  Default creates new for each parse.
     -threads nnn   Number of threads.  Default is 2.
     -time nnn      Total time to run, in seconds.  Default is forever.
     -parses nnn    Run for nnn parses instead of time.  Default is to use time
     -dump          Dump DOM tree on error.
     -mem           Read files into memory once only, and parse them from there.
     -gc            Enable grammar caching (i.e. grammar cached and used in subsequent parses). Defaults to off.
     -init          Perform an initial parse of the file(s) before starting up the individual threads.