Class Profiler.Section

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long count  
      private it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap<java.lang.String> counters  
      private long duration  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Section()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCount()  
      it.unimi.dsi.fastutil.objects.Object2LongMap<java.lang.String> getCounters()  
      long getDuration()  
      • Methods inherited from class java.lang.Object

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

      • duration

        private long duration
      • count

        private long count
      • counters

        private it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap<java.lang.String> counters
    • Constructor Detail

      • Section

        private Section()