All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fillumina.performance.template.package-info Maven / Gradle / Ivy

Go to download

Configurable tool to easily compare performances of different code snippets and to take performance telemetry of a running application.

The newest version!
/**
 * This package contains templates that allow an easy and straightforward
 * construction of performance tests. If you need some
 * customization it is better to use the builders that allows far better
 * control over which classes are executed.
 * Templates are preferred to annotation based framework because there are
 * less things required to remember. Usually the IDE will just create the
 * empty methods ready to be filled in and that's basically all that it's
 * needed.
 *
 * @see com.fillumina.performance.PerformanceTimerFactory
 */
package com.fillumina.performance.template;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy