XSLT Performance Software

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • parksch2@hotmail.com

    #1

    XSLT Performance Software

    Does anyone know of a good tool (preferably free) to gauge how my XSLT
    is performing? Mainly, I would like to know where the bottle necks are
    and how different versions of the same style sheet are performing.

    Thanks in advance!

  • Mike Sharp

    #2
    Re: XSLT Performance Software

    There are a number of tools are out there for profiling .NET
    transformations , but the only "free" ones I know about are for other
    processors. For example, you can use msxsl.exe to run your transforms
    against MSXML, which will give you times for parsing, compilation and
    transformation. This is probably only partially useful, because the .NET
    processor is likely going to do things differently, and so the benefit of
    one approach over another is relative. But it can be useful for
    illustrating the effects of different approaches in a qualitative way.
    Here's a post I made on a similar subject a couple years ago:

    http://tinyurl.com/9lu5l

    Here are some profilers that should be able to handle .NET. You can
    probably download trial versions...



    Regards,
    Mike Sharp

    <parksch2@hotma il.com> wrote in message
    news:1127244895 .077287.127710@ g47g2000cwa.goo glegroups.com.. .[color=blue]
    > Does anyone know of a good tool (preferably free) to gauge how my XSLT
    > is performing? Mainly, I would like to know where the bottle necks are
    > and how different versions of the same style sheet are performing.
    >
    > Thanks in advance!
    >[/color]


    Comment

    Working...