Mark this location in program execution as the the stale startup threshold location.
public static void setStaleStartupThreshold();
Set the number of garbage collections to use as the stale object ignore threshold.
public static void setStaleIgnoreThreshold(UInt32 threshold);
Enable object activity data collection.
public static void enableObjectActivityDataCollection(bool enable);
Set the stale inactivity start location.
Set the stale inactivity end location.
Set the stale inactivity ignore threshold. Specify the number of garbage collections to ignore.
public static void setStaleInactivityIgnore(UInt32 ignore);