Link to home
Start Free TrialLog in
Avatar of gcmachel
gcmachel

asked on

XSLT Performance measurement tools

Hi,
I am using XSLT with Dot net Environment. Is there any XSLT Performance measuring tools that are available in market? I dont want a performance measuring tools that will debug the whole application including the DOT net. I want some tool which will accept a XML and XSLT as input and tell me how much time it took to transform the document. If you have any tool as such please let me know.
Regards,G.
Avatar of Gertone (Geert Bormans)
Gertone (Geert Bormans)
Flag of Belgium image

This is typically what IDEs would do.

Note that performance largely depends on the XSLT processor you are using
so when optimising XSLT, you either optimise for the specific processor you are using,
or you optimise for multiple processors
There is no such thing as "the time" it takes a processor to execute an XSLT,
there are too many dependencies,
but you can find the weak points in your XSLT using a debugger in an IDE

look for an IDE that supports profiling with multiple processors
www.oxygenxml.com is a good one
www.stylusstudio.com is a good one too
make sure you select the .net xslttransformer for the profiling

cheers

Geert
ASKER CERTIFIED SOLUTION
Avatar of Gertone (Geert Bormans)
Gertone (Geert Bormans)
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial