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

com.fillumina.performance.producer.timer.InitializingRunnable 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!
package com.fillumina.performance.producer.timer;

/**
 * Allows to initialize the test.
 *
 * @author Francesco Illuminati
 */
public interface InitializingRunnable extends Runnable {

    /**
     * Called once before starting to iterate over {@link #run()}.
     * Note that this method can be called several times
     * (one for each new iteration).
     * The setUp() time is expected to be accounted but will fade out with
     * the number of tests performed.
     */
    void setUp();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy