[xslt] xsltproc --profile



Hello,

I would like to find points in my stylesheet which may be optimalised to better processing speed.
For that, I used the options "--profile --timing". The results are given below.
But, I don't know how to interpret the results related to the "--profile" option.
For example, if we consider the first line : 0 UNIT 11657 25840027 2216
What do "name mode Calls Tot 100us Avg" mean?
What do the numbers "11657", "25840027", "2216" correspond to?



------------------------------------------------------------------

Parsing stylesheet vamake.xsl took 2 ms
Parsing document stimulus.xml took 71 ms
number match name mode Calls Tot 100us Avg


0 UNIT 11657 25840027 2216
1 TARGET 4630 7416916 1601
2 DEP 4794 2725672 568
3 unit_dependency 2397 2684400 1119
4 dep_dependency 4630 2383811 514
5 / 1 95108 95108
6 ROOT 73 90270 1236
7 lib_def 16 668 41
8 MAPPING 1 4 4
9 PARAMETERS 1 1 1


                        Total                            28200 41236877
Applying stylesheet took 412381 ms
-------------------------------------------------------


Thanks a lot in advance for your feedback.


-- Veronique Aubert Mentor Graphics




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]