![JAR search and dependency download from the Maven repository](/logo.png)
com.fillumina.performance.template.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of performance-tools Show documentation
Show all versions of performance-tools Show documentation
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