Package com.oracle.truffle.object.debug
Class ShapeProfiler
- java.lang.Object
-
- com.oracle.truffle.object.debug.ShapeProfiler
-
public class ShapeProfiler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShapeProfiler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump(java.io.PrintWriter out)
void
dump(java.io.PrintWriter out, int topResults)
static ShapeProfiler
getInstance()
void
track(DynamicObject obj)
-
-
-
Method Detail
-
track
public void track(DynamicObject obj)
-
dump
public void dump(java.io.PrintWriter out)
-
dump
public void dump(java.io.PrintWriter out, int topResults)
-
getInstance
public static ShapeProfiler getInstance()
-
-