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

ru.fix.aggregating.profiler.ProfilerReporter Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version
package ru.fix.aggregating.profiler;

public interface ProfilerReporter extends AutoCloseable {
    ProfilerReport buildReportAndReset();

    /**
     * @return empty report in case of nonexistent tag
     */
    ProfilerReport buildReportAndReset(ReportFilter reportFilter);

    void setLabelSticker(LabelSticker labelSticker);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy