sub wrote:
Hi

>From http://qooxdoo.org/documentation/0.8/profiling
How to enable the Profiler

Basically set the variant qx.aspects to on and be sure to include the
class qx.dev.Profile. The class should be included before other classes.

So how exactly does one do this?.. I've been able to avoid the generator up
until now.

You can achieve this by using the "profiling" job in your config.json. E.g. override build jobs like this:

  "source-script" : { "extend" : ["profiling"] },
"build-script" : { "extend" : ["profiling"] }

The general recommendation meanwhile, though, is to use external profilers, like the ones available with browsers/plug-ins in FF, Webkit, Chromer, IE8, or dynaTrace for any kind of IE. They have reached a good quality level to work with.

HTH,
T.


I thought the profiler might help me find the clunky parts of my app. I've
tried to dynamically build a user form that comprises of nested sub forms
each with their own controller and model... generating that on a data reload
can lock up the browser for 10 seconds... ouch! Maybe plain and simple is
the way to go - hopefully the profiler can shed light as to where all the
time is going.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to