start

start();

The start method of the JadeProfiler class starts recording profile statistics of the actual and total times spent in JADE and external methods.

To stop the recording of profile statistics, call the stop method.

These profile statistics are accumulated until you output them to a file by calling the report method or you clear them by calling the reset method.