Hi, Marcel.

Marcel Beumer <[EMAIL PROTECTED]> wrote on 2005-02-22 03:41:35 
AM:
> Does the Xalan-J -DIAG (cmdline) option include the setup/init time 
before
> actually starting the transformation?
> 
> I am trying to determine the actual processing impact of the increase of
> templates in a stylesheet and do not want time for included that 
wastaken for
> parsing, setting up or initializing the stylesheets.

     The timing produced using the -DIAG option includes the time to 
create a Templates object from the input stylesheet plus the time to 
actually perform the transformation.  You would really be better off doing 
the timing in your own Java program so you can set it up that better 
reflects your own usage scenario.

     I hope that helps.

Thanks,

Henry
------------------------------------------------------------------
Henry Zongaro      Xalan development
IBM SWS Toronto Lab   T/L 969-6044;  Phone +1 905 413-6044
mailto:[EMAIL PROTECTED]



Reply via email to