Package one.converter
Class FlameGraph
java.lang.Object
one.converter.FlameGraph
- All Implemented Interfaces:
Comparator<one.converter.FlameGraph.Frame>
- Direct Known Subclasses:
CollapsedStacks
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
FRAME_INTERPRETED
public static final byte FRAME_INTERPRETED- See Also:
-
FRAME_JIT_COMPILED
public static final byte FRAME_JIT_COMPILED- See Also:
-
FRAME_INLINED
public static final byte FRAME_INLINED- See Also:
-
FRAME_NATIVE
public static final byte FRAME_NATIVE- See Also:
-
FRAME_CPP
public static final byte FRAME_CPP- See Also:
-
FRAME_KERNEL
public static final byte FRAME_KERNEL- See Also:
-
FRAME_C1_COMPILED
public static final byte FRAME_C1_COMPILED- See Also:
-
-
Constructor Details
-
FlameGraph
-
FlameGraph
-
-
Method Details
-
parse
- Throws:
IOException
-
parse
- Throws:
IOException
-
addSample
-
dump
- Throws:
IOException
-
dump
-
compare
public int compare(one.converter.FlameGraph.Frame f1, one.converter.FlameGraph.Frame f2) - Specified by:
comparein interfaceComparator<one.converter.FlameGraph.Frame>
-
main
- Throws:
IOException
-