Home | History | Annotate | only in /external/expat/tests/benchmark
Up to higher level directory
NameDateSize
benchmark.c21-Aug-20184.3K
benchmark.sln21-Aug-20181.1K
benchmark.vcxproj21-Aug-20187.1K
Makefile.am21-Aug-20181.6K
README.txt21-Aug-2018548

README.txt

      1 Use this benchmark command line utility as follows:
      2 
      3   benchmark [-n] <file name> <buffer size> <# iterations>
      4 
      5 The command line arguments are:
      6 
      7   -n             ... optional; if supplied, namespace processing is turned on
      8   <file name>    ... name/path of test xml file
      9   <buffer size>  ... size of processing buffer;
     10                      the file is parsed in chunks of this size
     11   <# iterations> ... how often will the file be parsed
     12 
     13 Returns:
     14 
     15   The time (in seconds) it takes to parse the test file,
     16   averaged over the number of iterations.@
     17