Forum Moderators: open

Message Too Old, No Replies

XSLT Profiling in VS 2008

At long last - an XSLT profiler!

         

httpwebwitch

1:56 pm on Mar 13, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



it is reasonably easy to use and is quite consistent with the other profiling tools. The Call Tree view gives a hierarchical view of how the templates were applied much like a call stack in imperative code. The Function view breaks down operations, listing both how much time they took solely and how long they took with child calls.

source: [ibm.com...]

cmarshall

2:21 pm on Mar 13, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That's a great article!

(I'm not so concerned with profiling, because I don't use VS, but some of my employees do).