Class DropwizardDistributionSummary

    • Method Detail

      • count

        public long count()
        Returns:
        The number of times that record has been called since this timer was created.
      • totalAmount

        public double totalAmount()
        Returns:
        The total amount of all recorded events.
      • max

        public double max()
        Returns:
        The maximum time of a single event.