Package com.softwaremining.util
Class Profiler
java.lang.Object
com.softwaremining.util.Profiler
Provides profiling information for SoftwareMining libraries.
Writes output to log (log4j) INFO
Writes output to log (log4j) INFO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddBeanClass(Class theBean) static longstatic voidstatic voidstatic Stringstatic StringDeprecated.static StringshowProfiledValues(boolean showLabels) static voidstatic void
-
Constructor Details
-
Profiler
public Profiler()
-
-
Method Details
-
showProfile
-
showProfiledValues
Deprecated. -
showProfiledValues
-
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
-