| Package | Description |
|---|---|
| com.vaadin.client |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Profiler.Node> |
Profiler.Node.getChildren()
Gets the child nodes of this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Profiler.ProfilerResultConsumer.addProfilerData(Profiler.Node rootNode,
List<Profiler.Node> totals) |
| Modifier and Type | Method and Description |
|---|---|
void |
Profiler.ProfilerResultConsumer.addProfilerData(Profiler.Node rootNode,
List<Profiler.Node> totals) |
void |
Profiler.Node.sumUpTotals(Map<String,Profiler.Node> totals) |
Copyright © 2021 Vaadin Ltd. All rights reserved.