Class Profiler

java.lang.Object
com.softwaremining.util.Profiler

public class Profiler extends Object
Provides profiling information for SoftwareMining libraries.
Writes output to log (log4j) INFO
  • Constructor Details

    • Profiler

      public Profiler()
  • Method Details

    • showProfile

      public static String showProfile()
    • showProfiledValues

      public static String showProfiledValues()
      Deprecated.
    • showProfiledValues

      public static String showProfiledValues(boolean showLabels)
    • getGCTime

      public static long getGCTime()
    • startTimer

      public static void startTimer()
    • showBeanProfile

      public static void showBeanProfile()
    • showProgramExecutionTimes

      public static void showProgramExecutionTimes()
    • showExecutionTIme

      public static void showExecutionTIme()
    • addBeanClass

      public static void addBeanClass(Class theBean)