Package org.photonvision.common.util
Class MemoryManager
java.lang.Object
org.photonvision.common.util.MemoryManager
-
Constructor Summary
ConstructorDescriptionMemoryManager
(int collectionThreshold) MemoryManager
(int collectionThreshold, long collectionPeriodMillis) -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
void
run
(boolean print) void
setCollectionPeriodMillis
(long collectionPeriodMillis) void
setCollectionThreshold
(int collectionThreshold)
-
Constructor Details
-
MemoryManager
public MemoryManager(int collectionThreshold) -
MemoryManager
public MemoryManager(int collectionThreshold, long collectionPeriodMillis)
-
-
Method Details
-
setCollectionThreshold
public void setCollectionThreshold(int collectionThreshold) -
setCollectionPeriodMillis
public void setCollectionPeriodMillis(long collectionPeriodMillis) -
run
public void run() -
run
public void run(boolean print)
-