Interface ICompareService


  • public interface ICompareService
    Service for comparing two IProfilingResults. The results of comparing are grouped by modules and methods.
    • Method Detail

      • compare

        ICompareResult compare​(IProfilingResult base,
                               IProfilingResult compared)
        Compares two profiling results.
        Parameters:
        base - Result to be compared with. Cannot be null.
        compared - Result to compare with the base result. Cannot be null.
        Returns:
        The result of comparing specified profiling results. Never null.