Resets the stopwatch. Stops it if need be.
This method clears the internal values to allow the object to be reused.
273274275276277278279280281282283
mainProfiler.start(); this.getLogger().info("Cleaning runtime ..."); // Clear resources cache profiler.reset(); profiler.start(); this.getLogger().fine( "\tStart Finalizing Resource Bundle Cache (i18n) ..."); try { _repository.clear();