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

com.fillumina.performance.producer.TimeLimited 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;

import java.util.concurrent.TimeUnit;

/**
 *
 * @author Francesco Illuminati
 */
public interface TimeLimited {

    TimeLimited setTimeout(final long timeout, final TimeUnit unit);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy