public static class GwtDebugStatisticsModel.GwtNode extends DebugStatisticsModel.Node<GwtDebugStatisticsValue>
GwtDebugStatisticsValue as its value.| Constructor and Description |
|---|
GwtDebugStatisticsModel.GwtNode(String label,
String module,
double start,
double end) |
| Modifier and Type | Method and Description |
|---|---|
GwtDebugStatisticsModel.GwtNode |
findChild(String label) |
GwtDebugStatisticsValue |
withChildTime(double millis) |
GwtDebugStatisticsValue |
withChildTimes(double start,
double end) |
GwtDebugStatisticsValue |
withEndTime(double millis) |
GwtDebugStatisticsValue |
withStartTime(double millis) |
GwtDebugStatisticsValue |
withTimes(double start,
double end) |
addChild, getChild, getChildCount, getParent, getValue, setParent, setValuepublic GwtDebugStatisticsModel.GwtNode findChild(String label)
public GwtDebugStatisticsValue withTimes(double start, double end)
public GwtDebugStatisticsValue withChildTime(double millis)
public GwtDebugStatisticsValue withChildTimes(double start, double end)
public GwtDebugStatisticsValue withEndTime(double millis)
public GwtDebugStatisticsValue withStartTime(double millis)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.