Class SimpleTimingSummary

    • Method Detail

      • totalElapsedTime

        public abstract Duration totalElapsedTime()
        Description copied from interface: MultistageStopwatch.TimingSummary
        Get the total amount of time used by all start-stop cycles of all timers belonging to this stopwatch.

        This value is not likely to be equivalent to wall-clock time, since a MultistageStopwatch instance may be used to produce ActiveTimer instances belonging to separate, concurrently-executing threads.

        Specified by:
        totalElapsedTime in interface MultistageStopwatch.TimingSummary
        Returns:
        The total amount of time used by all timers belonging to this stopwatch.