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

com.taboola.async_profiler.api.continuous.ProfileResultsReporter Maven / Gradle / Ivy

package com.taboola.async_profiler.api.continuous;

import com.taboola.async_profiler.api.facade.ProfileResult;

public interface ProfileResultsReporter {
    void report(ProfileResult profileResult);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy