Uses of Class
com.vaadin.client.Profiler.Node
-
Packages that use Profiler.Node Package Description com.vaadin.client -
-
Uses of Profiler.Node in com.vaadin.client
Methods in com.vaadin.client that return Profiler.Node Modifier and Type Method Description Profiler.Node
Profiler.Node. enterChild(String name, double timestamp)
Creates a new child node or retrieves and existing child and updates its total time and hit count.Methods in com.vaadin.client that return types with arguments of type Profiler.Node Modifier and Type Method Description Collection<Profiler.Node>
Profiler.Node. getChildren()
Gets the child nodes of this nodeMethods in com.vaadin.client with parameters of type Profiler.Node Modifier and Type Method Description void
Profiler.ProfilerResultConsumer. addProfilerData(Profiler.Node rootNode, List<Profiler.Node> totals)
Method parameters in com.vaadin.client with type arguments of type Profiler.Node Modifier and Type Method Description void
Profiler.ProfilerResultConsumer. addProfilerData(Profiler.Node rootNode, List<Profiler.Node> totals)
void
Profiler.Node. sumUpTotals(Map<String,Profiler.Node> totals)
-