~ubuntu-branches/ubuntu/wily/opencollada/wily-proposed

« back to all changes in this revision

Viewing changes to Externals/expat/tests/benchmark/README.txt

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2015-05-14 17:23:27 UTC
  • Revision ID: package-import@ubuntu.com-20150514172327-f862u8envms01fra
Tags: upstream-0.1.0~20140703.ddf8f47+dfsg1
ImportĀ upstreamĀ versionĀ 0.1.0~20140703.ddf8f47+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
 
b'\\ No newline at end of file'