Class ExitCounter


  • public class ExitCounter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Map<java.lang.String,​java.lang.Long> eventCounts  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExitCounter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void count​(java.lang.String name)  
      static void countCaller()  
      static void countTrace​(int count)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • eventCounts

        public static java.util.Map<java.lang.String,​java.lang.Long> eventCounts
    • Constructor Detail

      • ExitCounter

        public ExitCounter()
    • Method Detail

      • count

        public static void count​(java.lang.String name)
      • countCaller

        public static void countCaller()
      • countTrace

        public static void countTrace​(int count)