MCPcopy Create free account
hub / github.com/Kitware/VTK / StartGCInEDT

Method StartGCInEDT

Wrapping/Java/vtk/vtkJavaTesting.java:124–129  ·  view source on GitHub ↗
(long time, TimeUnit unit)

Source from the content-addressed store, hash-verified

122 }
123
124 public static vtkJavaGarbageCollector StartGCInEDT(long time, TimeUnit unit) {
125 vtkJavaGarbageCollector gc = vtkObjectBase.JAVA_OBJECT_MANAGER.getAutoGarbageCollector();
126 gc.SetScheduleTime(time, unit);
127 gc.SetAutoGarbageCollection(true);
128 return gc;
129 }
130
131 private static vtkTesting Tester = null;
132}

Callers 1

mainMethod · 0.80

Calls 3

SetScheduleTimeMethod · 0.95

Tested by

no test coverage detected