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 void
addBeanClass
(Class theBean) static long
static void
static void
static String
static String
Deprecated.static String
showProfiledValues
(boolean showLabels) static void
static 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
-