stop

stop();

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

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