Uses of Class
com.vaadin.client.debug.internal.ProfilerSection.Node

Packages that use ProfilerSection.Node
com.vaadin.client.debug.internal   
 

Uses of ProfilerSection.Node in com.vaadin.client.debug.internal
 

Methods in com.vaadin.client.debug.internal that return ProfilerSection.Node
 ProfilerSection.Node ProfilerSection.Node.enterChild(java.lang.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.debug.internal that return types with arguments of type ProfilerSection.Node
 java.util.Collection<ProfilerSection.Node> ProfilerSection.Node.getChildren()
          Gets the child nodes of this node
 

Methods in com.vaadin.client.debug.internal with parameters of type ProfilerSection.Node
 void ProfilerSection.ProfilerResultConsumer.addProfilerData(ProfilerSection.Node rootNode, java.util.List<ProfilerSection.Node> totals)
           
 

Method parameters in com.vaadin.client.debug.internal with type arguments of type ProfilerSection.Node
 void ProfilerSection.ProfilerResultConsumer.addProfilerData(ProfilerSection.Node rootNode, java.util.List<ProfilerSection.Node> totals)
           
 void ProfilerSection.Node.sumUpTotals(java.util.Map<java.lang.String,ProfilerSection.Node> totals)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.