Fop-devs,

Herewith the preliminary results of running the alt.design FO tree build against the 51 page test document supplied by Bertrand. Thanks for the file Bertrand. The file yields a tree of 11044 nodes. The pull buffer is set to 64, the maximum size of the FoXMLEvent pool is 74, and the total number of FoXMLEvent objects created is 78 (next event id -1).

The sytem is a 256Mb PII laptop running Sun's Java 1.4.1 under Redhat 7.3.

Elapsed time from the beginning of org.apache.fop.apps.Fop main to the end of the FO tree build is 15960. The preorder scan of the tree takes that to 16176.

The test is run within a 'time' command with the results
18.02s real 11.71s user 0.24s system

Memory figures after a final GC, besides being somewhat confusing, are

Total memory after GC : 16334848
Free memory after GC : 7242184

The command was:

time java $Fop -fo /home/pbw/public_html/xml/real-life-51-page-document.fo


The full output from the test run follows.


userConfigFileName
reading user configuration file userconfig.xml
Can't find user configuration file userconfig.xml in user locations
base directory: file:/home/pbw/public_html/xml/
Version: FOP 0.20.0 Alt-Design
Input mode: fo
fo input file: /home/pbw/public_html/xml/real-life-51-page-document.fo
Output mode: pdf
output file: /usr/local/src/xml-fop_20_Alt/docs/examples/tests/test.pdf
OPTIONS
user configuration file: userconfig.xml
debug mode on
don't dump configuration [default]
low level areas generated[default]
quiet mode off [default]
FOP Developers Build
using SAX parser org.apache.xerces.parsers.SAXParser
Starting parserThread
parserThread started
foThread started
simple-page-master ok
simple-page-master ok
simple-page-master ok
Making sparsePropsSet for static-content.
Making sparsePropsSet for flow.
Making sparsePropsSet for static-content.
Making sparsePropsSet for static-content.
Making sparsePropsSet for flow.
Size of event pool: 74
Next event id : 78
Back from buildFoTree
Elapsed time: 15960
# of FONodes: 11044
Back from driver.run()
Elapsed time: 16176
Total memory before run : 2031616
Total memory after run : 11886592
Total memory after GC : 16334848
Diff before/after total : 9854976
Diff before/GC total : 14303232
Diff after/GC total : 4448256
Free memory before run : 1670696
Free memory after run : 2114040
Free memory after GC : 7242184
Diff before/after free : 443344
Diff before/GC free : 5571488
Diff after/GC free : 5128144
cg() freed : 5128144
18.02s real 11.71s user 0.24s system

Peter
--
Peter B. West [EMAIL PROTECTED] http://www.powerup.com.au/~pbwest/
"Lord, to whom shall we go?"


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to