org.gridkit.jvmtool.stacktrace.analytics.flame
Class AbstractFlameCharter
java.lang.Object
org.gridkit.jvmtool.stacktrace.analytics.flame.AbstractFlameCharter
public abstract class AbstractFlameCharter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFlameCharter
public AbstractFlameCharter()
comparator
protected abstract Comparator<GenericStackElement> comparator()
setColorPicker
public void setColorPicker(FlameColorPicker cp)
feed
public void feed(StackFrameList trace)
renderSVG
public void renderSVG(String title,
int width,
Writer writer)
throws IOException
- Throws:
IOException
escape
protected String escape(String text)
describe
protected abstract String describe(org.gridkit.jvmtool.stacktrace.analytics.flame.AbstractFlameCharter.Node node)
appendHeader
protected void appendHeader(int width,
int height,
Writer writer)
throws IOException
- Throws:
IOException
Copyright © 2019. All Rights Reserved.