Uses of Class
com.vaadin.client.Profiler.Node
Packages that use Profiler.Node
-
Uses of Profiler.Node in com.vaadin.client
Methods in com.vaadin.client that return Profiler.NodeModifier and TypeMethodDescriptionProfiler.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.NodeMethods in com.vaadin.client with parameters of type Profiler.NodeModifier and TypeMethodDescriptionvoidProfiler.ProfilerResultConsumer.addProfilerData(Profiler.Node rootNode, List<Profiler.Node> totals) Method parameters in com.vaadin.client with type arguments of type Profiler.NodeModifier and TypeMethodDescriptionvoidProfiler.ProfilerResultConsumer.addProfilerData(Profiler.Node rootNode, List<Profiler.Node> totals) voidProfiler.Node.sumUpTotals(Map<String, Profiler.Node> totals)