Package edu.umd.cs.findbugs.log
Class YourKitController
- java.lang.Object
-
- edu.umd.cs.findbugs.log.YourKitController
-
public class YourKitController extends java.lang.Object
- Author:
- pugh
-
-
Field Summary
Fields Modifier and Type Field Description static long
ALLOCATION_RECORDING
-
Constructor Summary
Constructors Constructor Description YourKitController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
advanceGeneration(java.lang.String name)
void
captureMemorySnapshot()
long
getStatus()
-
-
-
Field Detail
-
ALLOCATION_RECORDING
public static final long ALLOCATION_RECORDING
- See Also:
- Constant Field Values
-
-