Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] XSLT Profiling

Stuart, did you raise a bug for this?

I remember actually putting profiling there on purpose, with the intention of implementing it.

All I was going to do was to allow the Java based processors to be profiled as regular Java programs, so you can see how much memory is used etc. This is useful information that might sway you towards Saxon over Xalan for instance, for particular transformations.

I'll raise a bug for that enhancement.

Doug



----- Original Message ----
> From: David Carver <d_a_carver@xxxxxxxxx>
> To: WTP Incubator Dev list <wtp-incubator-dev@xxxxxxxxxxx>
> Sent: Tuesday, 3 March, 2009 21:34:27
> Subject: Re: [wtp-incubator-dev] XSLT Profiling
> 
> Stuart Harper wrote:
> > On Tue, Mar 3, 2009 at 9:14 PM, David Carver > > wrote:
> > 
> > Is it actually possible to profile XSLs via the transformer interfaces? I've 
> never worked with Xalan or Saxon at that level.
> Technically you could hook in a profiler, as Xalan tossed the necessary events 
> for when it hits Templates, called-templates, nodes, statements etc.  So you 
> could get some information on how long it is spending in particular templates, 
> etc.
> 
> I've seen profilinging implemented in other commercial products that use Xalan 
> and Saxon.
> 
> Dave
> 
> 
> _______________________________________________
> wtp-incubator-dev mailing list
> wtp-incubator-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev







Back to the top